diff options
Diffstat (limited to 'community/obexfs/PKGBUILD')
-rw-r--r-- | community/obexfs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD index c2c172748..d97488ca2 100644 --- a/community/obexfs/PKGBUILD +++ b/community/obexfs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20975 2010-07-13 09:53:35Z spupykin $ +# $Id: PKGBUILD 66254 2012-02-23 05:25:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Packager: cs-cam - me.at.camdaniel.com pkgname=obexfs pkgver=0.12 -pkgrel=2 +pkgrel=3 pkgdesc="FUSE based filesystem using ObexFTP (currently beta)." arch=('i686' 'x86_64' 'mips64el') url="http://openobex.triq.net/obexfs" @@ -20,6 +20,6 @@ build() { export OBEXFTP_LIBS="-lobexftp -lmulticobex -lbfb -lopenobex -lbluetooth" ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install } |