From: Arne Fitzenreiter Date: Thu, 22 May 2008 20:31:40 +0000 (+0200) Subject: Chmod esniper home to 777 (second try) X-Git-Tag: v2.3-beta1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f82daae6998532806c4a4994dcc52268d213b258;p=ipfire-2.x.git Chmod esniper home to 777 (second try) --- diff --git a/lfs/esniper b/lfs/esniper index 09ab75a8bd..83c85f4c35 100644 --- a/lfs/esniper +++ b/lfs/esniper @@ -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) diff --git a/src/paks/esniper/install.sh b/src/paks/esniper/install.sh index 6368c6e507..872a64ab76 100644 --- a/src/paks/esniper/install.sh +++ b/src/paks/esniper/install.sh @@ -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