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:
parent
18c66f3de7
commit
619f7016aa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user