]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Chmod esniper home to 777 (second try)
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 22 May 2008 20:31:40 +0000 (22:31 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 22 May 2008 20:31:40 +0000 (22:31 +0200)
lfs/esniper
src/paks/esniper/install.sh

index 09ab75a8bd5cbd20e29bf543d82a81a144a13e11..83c85f4c35aee81f7eafd088d8b21a52b8001bde 100644 (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)
index 6368c6e50703e06a29343ac904580a9dd0b54777..872a64ab76bc9d8fe7ff8c99f4f3b56c81662a28 100644 (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