summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb5930bd56cd..4035decd24e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=domust-bin
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Domust is a home automation system that allows you to control your home form your computer."
url="https://github.com/lucafulgenzi/domust"
license=("AGPL-3.0")
@@ -19,7 +19,7 @@ package() {
install -Dm755 domust -t "$pkgdir/usr/bin"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname}/README.md"
- install -Dm644 domust-completion "$pkgdir/usr/share/bash-completion/completions/domust-completion"
+ install -Dm644 domust-completion "$pkgdir/usr/share/bash-completion/completions/domust"
mkdir -p $pkgdir/$HOME/.config/domust
[[ -f $HOME/.config/domust/config.yaml ]] || touch $HOME/.config/domust/config.yaml