diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-08 22:19:14 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-08 22:19:14 (GMT) |
commit | 56f1198b37dcf685ff64b1928e79eacd83e9030a (patch) | |
tree | 04383baf3c97b2415c62dde704f7fd48073912d9 | |
parent | e1683bfa2ae60af3e405b0a9d8044ba441ce653c (diff) | |
download | mxe-56f1198b37dcf685ff64b1928e79eacd83e9030a.zip mxe-56f1198b37dcf685ff64b1928e79eacd83e9030a.tar.gz mxe-56f1198b37dcf685ff64b1928e79eacd83e9030a.tar.bz2 |
libcaca: install caca-config to standard directory
-rw-r--r-- | src/libcaca.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcaca.mk b/src/libcaca.mk index 997f224..7a34944 100644 --- a/src/libcaca.mk +++ b/src/libcaca.mk @@ -31,4 +31,5 @@ define $(PKG)_BUILD --disable-doc $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install + ln -sf '$(PREFIX)/$(TARGET)/bin/caca-config' '$(PREFIX)/bin/$(TARGET)-caca-config' endef
\ No newline at end of file |