X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstage1;h=5ad5f11070e0db222eee21bd53d53bb346dd21f4;hb=3b884ae65ee2fdb8bba76d0e52f51326f30fc051;hp=c4c578411eb19980033dddb1335a98bc73569338;hpb=65ca3f05075a11e2bce7daef5980f9bb4715ae84;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/stage1 b/lfs/stage1 index c4c578411e..5ad5f11070 100644 --- a/lfs/stage1 +++ b/lfs/stage1 @@ -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 # @@ -48,10 +48,10 @@ md5 : $(TARGET) : @$(PREBUILD) - mkdir -pv /tools/lib + mkdir -pv $(TOOLS_DIR)/lib ifeq "$(IS_64BIT)" "1" - ln -svf lib /tools/lib64 + ln -svf lib $(TOOLS_DIR)/lib64 endif @$(POSTBUILD)