]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/esniper
Chmod esniper home to 777 (second try)
[people/pmueller/ipfire-2.x.git] / lfs / esniper
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)