mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Fixed html/graphs creation
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1181 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -100,7 +100,6 @@ ifeq "$(PASS)" "C"
|
|||||||
chmod -R 755 /srv/web/ipfire/cgi-bin
|
chmod -R 755 /srv/web/ipfire/cgi-bin
|
||||||
chmod -R 644 /srv/web/ipfire/html
|
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 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
|
else
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
@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
|
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
cd $(DIR_APP) && make site-perl-install
|
cd $(DIR_APP) && make site-perl-install
|
||||||
-mkdir -p /srv/web/ipfire/html/graphs/
|
-mkdir -p /srv/web/ipfire/html/graphs/
|
||||||
|
chmod 777 /srv/web/ipfire/html/graphs/
|
||||||
-mkdir -p /var/log/rrd/
|
-mkdir -p /var/log/rrd/
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user