]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Another minor fix considering confdir
authorMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 01:44:34 +0000 (03:44 +0200)
committerMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 01:44:34 +0000 (03:44 +0200)
lfs/joe
make.sh

diff --git a/lfs/joe b/lfs/joe
index b05cf52e2ce2fe1746de1b67e04e113a64087e4b..b17fd97577977ea7dfd81b92267ab739a9ad293e 100644 (file)
--- a/lfs/joe
+++ b/lfs/joe
@@ -81,7 +81,8 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
-                       --prefix=/usr
+                       --prefix=/usr \
+                       --sysconfdir=/etc
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
diff --git a/make.sh b/make.sh
index 323672e933bc351c05452901c2647e85e5337574..9704ead42bc9f64d73ecf38b776c83923e01d3e3 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -420,7 +420,7 @@ misc_build() {
        #ipfire_make ntfs-3g
        #
        ## Net tools
-       #ipfire_make net-snmp
+#      ipfire_make net-snmp
        ipfire_make bwm-ng
 
        ### These will become addons as usual but will be integrated later