From: Mirko Vogt Date: Tue, 13 Jan 2009 00:59:22 +0000 (+0000) Subject: symlink hosttool into $STAGING_DIR_HOST X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6bffc06d44c34b750186b3853da1de2c8f8e8eaf;p=openwrt%2Fsvn-archive%2Fpackages.git symlink hosttool into $STAGING_DIR_HOST SVN-Revision: 14004 --- 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