]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/clamav
HinzugefĆ¼gt:
[people/pmueller/ipfire-2.x.git] / lfs / clamav
index 824be720e59b70c4ba7438c1146862769983b82b..dab2f8f5690efd6f5cca7308f158043fef8dee62 100644 (file)
@@ -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 --sysconfdir=/etc/clamav
+       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire/clamav
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)