From 25cc3ef1452c561a583b2a543e1cccaec13758ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Fri, 19 Nov 2010 21:27:11 +0100 Subject: [PATCH] minor fix: do not create temporary files in package-directory during build. --- gforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforth/Makefile b/gforth/Makefile index 41934b9..9e3e474 100644 --- a/gforth/Makefile +++ b/gforth/Makefile @@ -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