]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/fake-environ
core89: Create temporary files in update to avoid reboot
[ipfire-2.x.git] / lfs / fake-environ
index 7a0f1a4d395fd6f0a779830921bc90cf0fa915a6..978a90d9bc9c0db1e1250d514d07f9203ca237cf 100644 (file)
@@ -28,7 +28,7 @@ VER = 1.0
 
 THISAPP    = fake-environ
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(THISAPP)-tools$(PASS)
+TARGET     = $(DIR_INFO)/$(THISAPP)-tools
 
 ###############################################################################
 # Top-level Rules
@@ -52,7 +52,7 @@ $(TARGET) :
        cp -rvf $(DIR_SRC)/src/$(THISAPP) $(DIR_APP)
 
        cd $(DIR_APP) && make install CFLAGS="$(CFLAGS)" \
-               TOOLS_DIR="$(TOOLS_DIR)"
+               TOOLS_DIR="/tools"
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)