Исправлена директория с конфигурацией
All checks were successful
Build / Build project (push) Successful in 1m10s

This commit is contained in:
Alexander Zhirov 2025-11-16 08:14:24 +03:00
parent aa06acd050
commit ae00139563
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -1,6 +1,6 @@
name : dwatch name : dwatch
version : 0.0.10 version : 0.0.10
release : 1 release : 2
source : source :
- git|https://git.zhirov.kz/dwatch/dwatch.git : 35319d42c4bf81583f6978a857b8b0fc41ceb11f - git|https://git.zhirov.kz/dwatch/dwatch.git : 35319d42c4bf81583f6978a857b8b0fc41ceb11f
homepage : https://git.zhirov.kz/dwatch/dwatch homepage : https://git.zhirov.kz/dwatch/dwatch
@ -24,7 +24,7 @@ install : |
install -Dm00755 bin/dwatch -t ${installdir}/usr/bin install -Dm00755 bin/dwatch -t ${installdir}/usr/bin
# Ссылка на сервис демона # Ссылка на сервис демона
ln -sf dwatch ${installdir}/usr/bin/dwatchd 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/dwatchd.service -t ${installdir}/usr/lib/systemd/system
install -Dm00644 $pkgfiles/dwatch.tmpfiles $installdir/%libdir%/tmpfiles.d/dwatch.conf install -Dm00644 $pkgfiles/dwatch.tmpfiles $installdir/%libdir%/tmpfiles.d/dwatch.conf
install -Dm00644 files/dwatch -t $installdir/usr/share/bash-completion/completions install -Dm00644 files/dwatch -t $installdir/usr/share/bash-completion/completions