From: Marcus Scholz Date: Sat, 5 Sep 2009 01:44:34 +0000 (+0200) Subject: Another minor fix considering confdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059679355f590cfd4256236d1cbfbb6a0a4aaf1e;p=ipfire-3.x.git Another minor fix considering confdir --- diff --git a/lfs/joe b/lfs/joe index b05cf52e2..b17fd9757 100644 --- 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 323672e93..9704ead42 100755 --- 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