summaryrefslogtreecommitdiff
path: root/community/mosh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-13 00:01:51 +0000
committerroot <root@rshg054.dnsready.net>2012-06-13 00:01:51 +0000
commitf46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (patch)
tree155102fee24f637e46976eb759175c3c2fbc1f40 /community/mosh
parentfd4cd23b679e620a51c42e87a0655d55704fdba8 (diff)
Wed Jun 13 00:01:51 UTC 2012
Diffstat (limited to 'community/mosh')
-rw-r--r--community/mosh/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD
index 4d9aa7fbd..3a9a34262 100644
--- a/community/mosh/PKGBUILD
+++ b/community/mosh/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"
}