X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffake-environ;h=38b36aa959fafc2df473399355a128b3290ad84f;hb=e2bd68dfad370340c343aa3d18b2fabf87c3f221;hp=978a90d9bc9c0db1e1250d514d07f9203ca237cf;hpb=fc992179a15a53c920d8f18e276624c0ace6a6ec;p=people%2Fpmueller%2Fipfire-2.x.git 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)