summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Rødseth2012-06-11 13:07:01 +0000
committerAlexander Rødseth2012-06-11 13:07:01 +0000
commit736c7dd8833bfc4e53c4969157dffe5e005fb3df (patch)
tree43dafd6c565fd7901b4e48418a03c3196183ff6d
parentd62c7ee5e649fa2164d6493efbdcdc28736e489b (diff)
downloadaur-736c7dd8833bfc4e53c4969157dffe5e005fb3df.tar.gz
Changed the bash completion location
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d9aa7fbd280..3a9a342623c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mosh
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
arch=('x86_64' 'i686')
url="http://mosh.mit.edu/"
@@ -29,7 +29,7 @@ package() {
make DESTDIR="$pkgdir/" install
install -Dm644 "conf/bash_completion.d/$pkgname" \
- "$pkgdir/etc/bash_completion.d/$pkgname"
+ "$pkgdir/usr/share/bash-completion/completions/$pkgname"
install -Dm644 "conf/ufw/applications.d/$pkgname" \
"$pkgdir/etc/ufw/applications.d/ufw-$pkgname"
}