From 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Feb 2012 23:15:10 +0000 Subject: Tue Feb 21 23:15:10 UTC 2012 --- community/ussp-push/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'community/ussp-push/PKGBUILD') 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 # Maintainer: Giovanni Scafora # Contributor: Alessio 'mOLOk' Bolognino 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 } -- cgit v1.2.3-54-g00ecf