fcron: Fix permissions of configuration files.

Some people had trouble with building the package on
Ubuntu 10.10.

http://forum.ipfire.org/index.php?topic=5107.msg38692#msg38692
This commit is contained in:
Michael Tremer
2011-11-04 14:51:10 +01:00
committed by Arne Fitzenreiter
parent adc9102075
commit a6cbada13e

View File

@@ -102,6 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt
echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt
chmod 640 /etc/fcron.{conf,allow,deny}
/usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab
@rm -rf $(DIR_APP)
@$(POSTBUILD)