summaryrefslogtreecommitdiff
path: root/community/obexfs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-24 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-24 23:15:21 +0000
commit299e917c17619f800f0c21cf43209065b608223f (patch)
treee175a7bbdb5d933670f10b09f1cc52ece45ced87 /community/obexfs
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'community/obexfs')
-rw-r--r--community/obexfs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD
index 3e1d404a1..c3472e487 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')
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
}