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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 31 13:08:38 UTC 2016


    Date: Monday, October 31, 2016 @ 13:08:37
  Author: spupykin
Revision: 194146

pkgdir/srcdir quotes

Modified:
  6tunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 12:03:26 UTC (rev 194145)
+++ PKGBUILD	2016-10-31 13:08:37 UTC (rev 194146)
@@ -14,7 +14,7 @@
 md5sums=('bc2d6f1ce5d8a054ea4dcbd17899e0db')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-$pkgver
   autoconf
   ./configure --prefix=/usr
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
-  install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
+  cd "$srcdir"/$pkgname-$pkgver
+  install -Dm644 6tunnel.1 "$pkgdir"/usr/share/man/man1/6tunnel.1
+  install -Dm755 6tunnel "$pkgdir"/usr/bin/6tunnel
 }



More information about the arch-commits mailing list