From ae00139563a60f83f659d2899dfb21740742d96b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 16 Nov 2025 08:14:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=20=D1=81=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yml b/package.yml index b38f34b..1942fd4 100644 --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : dwatch version : 0.0.10 -release : 1 +release : 2 source : - git|https://git.zhirov.kz/dwatch/dwatch.git : 35319d42c4bf81583f6978a857b8b0fc41ceb11f homepage : https://git.zhirov.kz/dwatch/dwatch @@ -24,7 +24,7 @@ install : | install -Dm00755 bin/dwatch -t ${installdir}/usr/bin # Ссылка на сервис демона ln -sf dwatch ${installdir}/usr/bin/dwatchd - install -Dm00644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd + install -Dm00644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatch 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