From cefd6db7d43aec348c2b5a5f16016aea5c5eac3b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 31 Oct 2025 10:58:15 +0200 Subject: [PATCH] Fix wrong permissions --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 816b8a4..36235d2 100644 --- a/pkg.info +++ b/pkg.info @@ -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 diff --git a/source.sh b/source.sh index 583fb8f..6500714 100644 --- a/source.sh +++ b/source.sh @@ -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