Install the cron jobs with 744 perms.
--HG-- extra : convert_revision : 03e9b1e542f20c45d691b7fd2c7c17a794199209
This commit is contained in:
parent
9f081fbbb8
commit
f7c1a34b88
4 changed files with 4 additions and 4 deletions
|
@ -29,6 +29,6 @@ Add_dependency full lzma-utils
|
|||
post_install()
|
||||
{
|
||||
# Install the cron daily job.
|
||||
install -D -m755 ${FILESDIR}/man-db.cron-daily \
|
||||
install -D -m744 ${FILESDIR}/man-db.cron-daily \
|
||||
${DESTDIR}/etc/cron.daily/man-db
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue