]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/sane
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / sane
index 4e02215c7df14f2dfbfa937d172d8667561e4fab..d40c88887defab872da48bffec6e810ae92fbcca 100644 (file)
--- 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)