From 546cb28eceefac336423f0d045db5c5c2a5c1649 Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Sun, 20 Oct 2024 18:40:23 +0000 Subject: [PATCH] actually set perms for log file --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index f82cad85..c3a0daad 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ %: dh $@ --buildsystem=meson + +execute_after_dh_fixperms: + chmod -R 666 debian/vanilla-first-setup/etc/vanilla \ No newline at end of file