X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffake-environ;h=38b36aa959fafc2df473399355a128b3290ad84f;hp=978a90d9bc9c0db1e1250d514d07f9203ca237cf;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=534fb55f9d0a212c5d857eb3eccabe5c08df1ba1 diff --git a/lfs/fake-environ b/lfs/fake-environ index 978a90d9bc..38b36aa959 100644 --- a/lfs/fake-environ +++ b/lfs/fake-environ @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -52,7 +52,7 @@ $(TARGET) : cp -rvf $(DIR_SRC)/src/$(THISAPP) $(DIR_APP) cd $(DIR_APP) && make install CFLAGS="$(CFLAGS)" \ - TOOLS_DIR="/tools" + TOOLS_DIR="$(TOOLS_DIR)" @rm -rf $(DIR_APP) @$(POSTBUILD)