]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed html/graphs creation
authorarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 3 Feb 2008 02:14:20 +0000 (02:14 +0000)
committerarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 3 Feb 2008 02:14:20 +0000 (02:14 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1181 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/apache2
lfs/rrdtool

index b29a31f63a273a8fbf466aede8df4c68d5e48ae8..4ffe1216d9cb535fd22e963e39564e4a44e6b981 100644 (file)
@@ -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
index 92d6bcacdbe7d835292fa4ccbaa98c5cd3103110..4aade20e3ebe17d79ad18e5d39b3e3e7e5901561 100644 (file)
@@ -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)