]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/pakfire
Fix core updater 45-48 to remove only old core updates from cache.
[people/pmueller/ipfire-2.x.git] / lfs / pakfire
index 01eed9f42c00c349d59421dde3ed4c2bbdd19216..8038753b12be6bb4b1b1f2cf6296ad6f2400b2f8 100644 (file)
@@ -55,11 +55,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mv -vf $(DIR_APP)/pakfire.conf $(DIR_APP)/etc/
        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)