projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc02f1
)
symlink hosttool <edje_cc> into $STAGING_DIR_HOST
author
Mirko Vogt
<mirko@openwrt.org>
Tue, 13 Jan 2009 00:59:22 +0000
(
00:59
+0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Tue, 13 Jan 2009 00:59:22 +0000
(
00:59
+0000)
SVN-Revision: 14004
Xorg/efl/etk/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/efl/etk/Makefile
b/Xorg/efl/etk/Makefile
index 55f737c39e3e7a126f2f6a56bbfc136906a4382c..162535b58887a4c13fe073c34b9f62730a684437 100644
(file)
--- a/
Xorg/efl/etk/Makefile
+++ b/
Xorg/efl/etk/Makefile
@@
-46,7
+46,9
@@
define Build/Configure
endef
define Build/Compile
+ ln -sf `which edje_cc` $(STAGING_DIR_HOST)/usr/bin/
DESTDIR="$(PKG_INSTALL_DIR)" $(MAKE) -C $(PKG_BUILD_DIR) all install
+ rm -f $(STAGING_DIR_HOST)/usr/bin/edje_cc
endef
define Build/InstallDev