X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcyrusimap;h=ed2ff1d16b1844b9f7fbb794ff9db362bc21f0b4;hp=5c50b71c42f930604b0a036642c7905e957c9445;hb=5fcb6d5a39c4aa7fe75fae2ba6bfcc617ee384ef;hpb=10a04d70a4c10ce105fe47fea763fc390c2036dd diff --git a/lfs/cyrusimap b/lfs/cyrusimap index 5c50b71c42..ed2ff1d16b 100644 --- a/lfs/cyrusimap +++ b/lfs/cyrusimap @@ -75,7 +75,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 --with-auth=unix --with-perl --with-sasl --without-ucdsnmp + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire/cyrusimap --with-auth=unix --with-perl --with-sasl --without-ucdsnmp cd $(DIR_APP) && make depend cd $(DIR_APP) && make cd $(DIR_APP) && make install