From: mirko Date: Tue, 13 Jan 2009 00:59:22 +0000 (+0000) Subject: symlink hosttool into $STAGING_DIR_HOST X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=619f7016aaab8f3330d7000a02850883b68e58c3;p=packages.git symlink hosttool into $STAGING_DIR_HOST git-svn-id: svn://svn.openwrt.org/openwrt/packages@14004 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/efl/etk/Makefile b/Xorg/efl/etk/Makefile index 55f737c39..162535b58 100644 --- 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