Chmod esniper home to 777 (second try)

This commit is contained in:
Arne Fitzenreiter
2008-05-22 22:31:40 +02:00
parent 9ece7e6e0a
commit f82daae699
2 changed files with 2 additions and 3 deletions

View File

@@ -82,11 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
-mkdir /srv/web/esniper
tar xvfz $(DIR_DL)/es-f_1.0.0.tgz -C /srv/web/esniper
chown -Rv nobody.nobody /srv/web/esniper
chmod -Rv 755 /srv/web/esniper
chmod -v 777 /srv/web/esniper
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -23,4 +23,6 @@
#
. /opt/pakfire/lib/functions.sh
extract_files
chmod 777 /srv/web/esniper
chown nobody.nobody /srv/web/esniper
/etc/init.d/apache reload