diff options
Diffstat (limited to 'community/swarp/PKGBUILD')
-rw-r--r-- | community/swarp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/swarp/PKGBUILD b/community/swarp/PKGBUILD index 31cf3ca96..452a0aba8 100644 --- a/community/swarp/PKGBUILD +++ b/community/swarp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20069 2010-07-02 09:39:00Z spupykin $ +# $Id: PKGBUILD 65469 2012-02-21 05:57:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Dag Odenhall <dag.odenhall@gmail.com> pkgname=swarp pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Simple pointer warp" license=('MIT') arch=(i686 x86_64) @@ -21,7 +21,7 @@ build() { sed -i "s/%VERSION%/$pkgver/g" config.mk sed -i "s/%CFLAGS%/$CFLAGS/g" config.mk - make || return 1 + make make DESTDIR=$pkgdir install install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/COPYING |