From: Michael Tremer Date: Sun, 30 Mar 2008 22:05:45 +0000 (+0200) Subject: Made use of the build script variable. X-Git-Tag: v3.0-alpha1~1067 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c9a98167f54dfc53fafa8b65397e827d4100cb;p=ipfire-3.x.git Made use of the build script variable. --- diff --git a/tools/make-include b/tools/make-include index 1ee4bc8e5..00099917b 100644 --- a/tools/make-include +++ b/tools/make-include @@ -24,7 +24,7 @@ # ############################################################################### -CONFIG_ROOT=/etc/ipfire # Configuration rootdir +CONFIG_ROOT=/etc/$(SNAME) # Configuration rootdir NICE=10 # Nice level TARGET=i686 # Default target KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }' | tr -d '\n'; grep --max-count=1 FULLVER lfs/linux | awk '{ print $3 }' | cut -c 7-| tail -1`