X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpakfire;h=b55c89f285df7f14d3e1ad46db4815ab3e5a01a9;hp=01eed9f42c00c349d59421dde3ed4c2bbdd19216;hb=c8783a6ae53a40fc2b84035074f30f8d85fdf17c;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/pakfire b/lfs/pakfire index 01eed9f42c..b55c89f285 100644 --- a/lfs/pakfire +++ b/lfs/pakfire @@ -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)