mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 19:17:10 +02:00
minor fix: do not create temporary files in package-directory during build.
This commit is contained in:
parent
72bfce550c
commit
25cc3ef145
@ -276,7 +276,7 @@ define Package/gforth/install
|
||||
|
||||
# install the correct Gforth kernel image
|
||||
echo "$(INSTALL_DATA) $(PKG_BUILD_DIR)/@kernel_fi@ $(1)/$(GFORTH_SHARE_DIR)/" > $(PKG_BUILD_DIR)/install-kernel.sh.in
|
||||
$(PKG_BUILD_DIR)/config.status --file $(PKG_BUILD_DIR)/install-kernel.sh
|
||||
cd $(PKG_BUILD_DIR) && ./config.status --file install-kernel.sh
|
||||
. $(PKG_BUILD_DIR)/install-kernel.sh
|
||||
|
||||
# install updating script and wrap gforth interpreter binaries so that
|
||||
|
Loading…
Reference in New Issue
Block a user