]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/squidclamav
Removed directfb from deps of videolan and sdl
[people/teissler/ipfire-2.x.git] / lfs / squidclamav
index 638bf98f100c86ed23e78a4345c62b51a1733743..38f40e681f478fd8e45291311c37d0f80d23d5dc 100644 (file)
@@ -79,7 +79,8 @@ $(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
+       chmod 755 /srv/web/ipfire/html/clwarn.cgi
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)