diff --git a/lfs/apache2 b/lfs/apache2 index b29a31f63..4ffe1216d 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -100,7 +100,6 @@ ifeq "$(PASS)" "C" chmod -R 755 /srv/web/ipfire/cgi-bin chmod -R 644 /srv/web/ipfire/html chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*} - chmod -R 777 /srv/web/ipfire/html/graphs else @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch diff --git a/lfs/rrdtool b/lfs/rrdtool index 92d6bcacd..4aade20e3 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install cd $(DIR_APP) && make site-perl-install -mkdir -p /srv/web/ipfire/html/graphs/ + chmod 777 /srv/web/ipfire/html/graphs/ -mkdir -p /var/log/rrd/ @rm -rf $(DIR_APP) @$(POSTBUILD)