X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsane;fp=lfs%2Fsane;h=d40c88887defab872da48bffec6e810ae92fbcca;hp=4e02215c7df14f2dfbfa937d172d8667561e4fab;hb=5fcb6d5a39c4aa7fe75fae2ba6bfcc617ee384ef;hpb=10a04d70a4c10ce105fe47fea763fc390c2036dd;ds=sidebyside diff --git a/lfs/sane b/lfs/sane index 4e02215c7d..d40c88887d 100644 --- a/lfs/sane +++ b/lfs/sane @@ -81,7 +81,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-translations && \ + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire/sane --disable-translations && \ make cd $(DIR_APP) && make install @rm -rf $(DIR_APP)