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

Giovanni Scafora giovanni at archlinux.org
Wed Feb 10 20:02:39 UTC 2010


    Date: Wednesday, February 10, 2010 @ 15:02:38
  Author: giovanni
Revision: 68117

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 19:59:18 UTC (rev 68116)
+++ PKGBUILD	2010-02-10 20:02:38 UTC (rev 68117)
@@ -4,10 +4,10 @@
 pkgname=sshfs
 pkgver=2.2
 pkgrel=3
-pkgdesc="FUSE client based on the SSH File Transfer Protocol."
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/sshfs.html"
-license=('GPL2')
+license=('GPL')
 depends=('fuse' 'glib2' 'openssh')
 makedepends=('pkgconfig')
 source=(http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz)
@@ -15,7 +15,8 @@
 
 build() {
   cd "${srcdir}/${pkgname}-fuse-${pkgver}"
+
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$pkgdir install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list