Добавлен bash completions
All checks were successful
Build / Build project (push) Successful in 1m9s

This commit is contained in:
Alexander Zhirov 2025-11-16 07:48:20 +03:00
parent 0fe16466fc
commit 3cc9da6fdd
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -27,3 +27,4 @@ install : |
install -Dm644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd install -Dm644 $pkgfiles/config.template.json -t ${installdir}/etc/dwatchd
install -Dm644 $pkgfiles/dwatchd.service -t ${installdir}/usr/lib/systemd/system install -Dm644 $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