Скорректированы права на файлы
All checks were successful
Build / Build project (push) Successful in 1m53s
All checks were successful
Build / Build project (push) Successful in 1m53s
This commit is contained in:
parent
3cc9da6fdd
commit
aa06acd050
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue