From 37c306638865661ef61efd881b7906a74d5fb1c8 Mon Sep 17 00:00:00 2001 From: notifiarr-auto-releaser Date: Mon, 29 Jul 2024 23:11:30 -0700 Subject: [PATCH] fix perms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 100268ca0..ffe4b7d0d 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ package_build_linux_zst: generate readme man linux notifiarr.conf.example cp notifiarr.conf.example $@/etc/notifiarr/notifiarr.conf cp LICENSE *.html examples/*?.?* pkg/bindata/files/images/logo/notifiarr.png $@/usr/share/doc/notifiarr/ mkdir -p $@/usr/lib/systemd/system $@/usr/lib/sysusers.d - echo 'u notifiarr - "notifiarr.com client" -' > $@/usr/lib/sysusers.d/notifiarr.conf + chmod 775 $@/var/log/notifiarr $@/usr/share/doc/notifiarr $@/etc/notifiarr cp init/systemd/notifiarr.service $@/usr/lib/systemd/system/ [ ! -d "init/linux/zst" ] || cp -r init/linux/zst/* $@