symlink hosttool <edje_cc> into $STAGING_DIR_HOST

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14004 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-01-13 00:59:22 +00:00
parent 18c66f3de7
commit 619f7016aa

View File

@ -46,7 +46,9 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
ln -sf `which edje_cc` $(STAGING_DIR_HOST)/usr/bin/
DESTDIR="$(PKG_INSTALL_DIR)" $(MAKE) -C $(PKG_BUILD_DIR) all install DESTDIR="$(PKG_INSTALL_DIR)" $(MAKE) -C $(PKG_BUILD_DIR) all install
rm -f $(STAGING_DIR_HOST)/usr/bin/edje_cc
endef endef
define Build/InstallDev define Build/InstallDev