summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Porquet2015-10-19 10:36:17 +0200
committerJoel Porquet2015-10-19 10:36:17 +0200
commitb8be6adb0089738bc51cf0a3e63c38b37b7a6b01 (patch)
treeb2d256dd5410bcedf7609af39e1b13b8ace46112
parent415035f5dd7d45e2a94e762a9b2905c93c324965 (diff)
downloadaur-b8be6adb0089738bc51cf0a3e63c38b37b7a6b01.tar.gz
fix zsh completion script install
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6b98b21904c..866e9ee172c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,5 +23,5 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
- install -Dm0644 data/jpass.zsh-completion "$pkgdir/usr/share/zsh/site-functions/"
+ install -Dm0644 data/jpass.zsh-completion "$pkgdir/usr/share/zsh/site-functions/_jpass"
}