[arch-commits] Commit in mosh/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Jan 27 13:59:11 UTC 2013


    Date: Sunday, January 27, 2013 @ 14:59:11
  Author: arodseth
Revision: 83071

upgpkg: mosh 1.2.3-3

Modified:
  mosh/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-27 10:16:43 UTC (rev 83070)
+++ PKGBUILD	2013-01-27 13:59:11 UTC (rev 83071)
@@ -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 @@
 options=('!emptydirs')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
 
   ./autogen.sh
   ./configure --prefix=/usr
@@ -24,13 +24,13 @@
 }
 
 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:




More information about the arch-commits mailing list