]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/pakfire
Rootfile update: initscripts.
[people/pmueller/ipfire-2.x.git] / lfs / pakfire
index 01eed9f42c00c349d59421dde3ed4c2bbdd19216..b55c89f285df7f14d3e1ad46db4815ab3e5a01a9 100644 (file)
@@ -56,10 +56,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown root.root $(DIR_APP) -R
        chmod 755 $(DIR_APP)/pakfire
        
-       -cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
        ln -sf ../../opt/pakfire/pakfire /etc/fcron.daily/pakfire-update
        
        touch /var/log/pakfire.log
+       chown root.nobody /var/log/pakfire.log
+       chmod 664 /var/log/pakfire.log
        ln -sf ../../var/log/pakfire /opt/pakfire/logs
        ln -sf ../../var/cache/pakfire /opt/pakfire/cache
        @$(POSTBUILD)