diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/ussp-push | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/ussp-push')
-rw-r--r-- | community/ussp-push/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ussp-push/PKGBUILD b/community/ussp-push/PKGBUILD index 673cb4718..5a8f1e3a7 100644 --- a/community/ussp-push/PKGBUILD +++ b/community/ussp-push/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 21981 2010-07-19 13:46:02Z spupykin $ +# $Id: PKGBUILD 65357 2012-02-21 02:19:32Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <linuxmania@gmail.com> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=ussp-push pkgver=0.11 -pkgrel=3 +pkgrel=4 pkgdesc="OBEX object pusher for Linux" arch=('i686' 'x86_64') license=('GPL2') @@ -18,10 +18,8 @@ md5sums=('5c44983ee27809867041feff6bb4423a' build() { cd $srcdir/$pkgname-$pkgver - patch -p1 <$srcdir/ussp-push-remote-name.patch - ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } |