X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsquidclamav;h=544f04ecc484f4e1cdb941fca2534dba6b1481cb;hp=638bf98f100c86ed23e78a4345c62b51a1733743;hb=bf660619ef0af1c5af7438c80ed3e678aebc533f;hpb=e8d463fcacadfc49dfdec3cba7b78df3c0a0800c diff --git a/lfs/squidclamav b/lfs/squidclamav index 638bf98f10..544f04ecc4 100644 --- a/lfs/squidclamav +++ b/lfs/squidclamav @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make install - cp -f $(DIR_CONF)/squidclamav/squidclamav.conf /etc/squidclamav.conf + install -v -m 755 $(DIR_CONF)/squidclamav/squidclamav.conf /etc/squidclamav.conf install -v -m 644 $(DIR_SRC)/config/backup/includes/squidclamav /var/ipfire/backup/addons/includes/squidclamav @rm -rf $(DIR_APP) @$(POSTBUILD)