summaryrefslogtreecommitdiff
path: root/community/mosh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
committerroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
commit1b9f6dc846379470b620b5dbb9d4d7acd1de148c (patch)
tree2305b950a3c94970b05c1a38af473f5cca95af02 /community/mosh
parentb9b96ada56ad38df20b1e528a095a1e86ab67a2b (diff)
Mon Jan 28 00:05:59 PST 2013
Diffstat (limited to 'community/mosh')
-rw-r--r--community/mosh/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD
index 15796f3dc..2eb5998c4 100644
--- a/community/mosh/PKGBUILD
+++ b/community/mosh/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mosh
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
arch=('x86_64' 'i686')
url='http://mosh.mit.edu/'
@@ -16,7 +16,7 @@ sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
options=('!emptydirs')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
./autogen.sh
./configure --prefix=/usr
@@ -24,13 +24,13 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=$pkgdir install
- install -Dm644 conf/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
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "conf/bash_completion.d/$pkgname" \
+ "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+ install -Dm644 "conf/ufw/applications.d/$pkgname" \
+ "$pkgdir/usr/share/mosh/ufw-${pkgname}.example"
}
# vim:set ts=2 sw=2 et: