Исправлена директория с конфигурацией
All checks were successful
Build / Build project (push) Successful in 1m10s
All checks were successful
Build / Build project (push) Successful in 1m10s
This commit is contained in:
parent
aa06acd050
commit
ae00139563
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue