Скорректированы права на файлы
All checks were successful
Build / Build project (push) Successful in 1m53s

This commit is contained in:
Alexander Zhirov 2025-11-16 07:49:26 +03:00
parent 3cc9da6fdd
commit aa06acd050
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -21,10 +21,10 @@ setup : |
build : | build : |
dub build --build=release dub build --build=release
install : | install : |
install -Dm755 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 -Dm644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd install -Dm00644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd
install -Dm644 $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