]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Made use of the build script variable.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Mar 2008 22:05:45 +0000 (00:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Mar 2008 22:05:45 +0000 (00:05 +0200)
tools/make-include

index 1ee4bc8e5ed120432c7b063fd533b944add28a19..00099917b44133ae49f7ac31a8094ab55b8eed46 100644 (file)
@@ -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`