From aa06acd05080e64bc7f36e15ce84fba69a5fa96b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 16 Nov 2025 07:49:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B0=20=D0=BD=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.yml b/package.yml index 3b5ef3b..b38f34b 100644 --- a/package.yml +++ b/package.yml @@ -21,10 +21,10 @@ setup : | build : | dub build --build=release install : | - install -Dm755 bin/dwatch -t ${installdir}/usr/bin + install -Dm00755 bin/dwatch -t ${installdir}/usr/bin # Ссылка на сервис демона ln -sf dwatch ${installdir}/usr/bin/dwatchd - install -Dm644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd - install -Dm644 $pkgfiles/dwatchd.service -t ${installdir}/usr/lib/systemd/system + install -Dm00644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd + install -Dm00644 $pkgfiles/dwatchd.service -t ${installdir}/usr/lib/systemd/system install -Dm00644 $pkgfiles/dwatch.tmpfiles $installdir/%libdir%/tmpfiles.d/dwatch.conf install -Dm00644 files/dwatch -t $installdir/usr/share/bash-completion/completions