Nochmal cgi fixes

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@948 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-10-05 13:58:50 +00:00
parent 32af66f580
commit 91a08eac19
3 changed files with 23 additions and 21 deletions

View File

@@ -60,6 +60,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
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)