Fix wrong permissions

This commit is contained in:
2025-10-31 10:58:15 +02:00
parent a7e2042494
commit cefd6db7d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: cronie name: cronie
description: Daemon crond that runs specified programs at scheduled times and related tools description: Daemon crond that runs specified programs at scheduled times and related tools
version: 1.7.2 version: 1.7.2
revision: 1 revision: 2
url: https://github.com/cronie-crond/cronie/ url: https://github.com/cronie-crond/cronie/
license: BSD-2-Clause license: BSD-2-Clause
architecture: any architecture: any
+1 -1
View File
@@ -30,7 +30,7 @@ package() {
# Install additional files # Install additional files
install -Dm644 contrib/anacrontab "$BPM_OUTPUT"/etc/anacrontab install -Dm644 contrib/anacrontab "$BPM_OUTPUT"/etc/anacrontab
install -Dm644 contrib/0hourly "$BPM_OUTPUT"/etc/cron.d 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 default configuration files
install -Dm644 "$BPM_WORKDIR"/anacron "$BPM_OUTPUT"/etc/default/anacron install -Dm644 "$BPM_WORKDIR"/anacron "$BPM_OUTPUT"/etc/default/anacron