diff options
author | Alexander Rødseth | 2012-06-11 13:07:01 +0000 |
---|---|---|
committer | Alexander Rødseth | 2012-06-11 13:07:01 +0000 |
commit | 736c7dd8833bfc4e53c4969157dffe5e005fb3df (patch) | |
tree | 43dafd6c565fd7901b4e48418a03c3196183ff6d | |
parent | d62c7ee5e649fa2164d6493efbdcdc28736e489b (diff) | |
download | aur-736c7dd8833bfc4e53c4969157dffe5e005fb3df.tar.gz |
Changed the bash completion location
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |