Fix wrong permissions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: cronie
|
||||
description: Daemon crond that runs specified programs at scheduled times and related tools
|
||||
version: 1.7.2
|
||||
revision: 1
|
||||
revision: 2
|
||||
url: https://github.com/cronie-crond/cronie/
|
||||
license: BSD-2-Clause
|
||||
architecture: any
|
||||
|
||||
@@ -30,7 +30,7 @@ package() {
|
||||
# Install additional files
|
||||
install -Dm644 contrib/anacrontab "$BPM_OUTPUT"/etc/anacrontab
|
||||
install -Dm644 contrib/0hourly "$BPM_OUTPUT"/etc/cron.d
|
||||
install -Dm644 contrib/0anacron "$BPM_OUTPUT"/etc/cron.hourly
|
||||
install -Dm755 contrib/0anacron "$BPM_OUTPUT"/etc/cron.hourly
|
||||
|
||||
# Install default configuration files
|
||||
install -Dm644 "$BPM_WORKDIR"/anacron "$BPM_OUTPUT"/etc/default/anacron
|
||||
|
||||
Reference in New Issue
Block a user