summaryrefslogtreecommitdiff
path: root/community/unclutter/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unclutter/PKGBUILD')
-rw-r--r--community/unclutter/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unclutter/PKGBUILD b/community/unclutter/PKGBUILD
index fc8f40d7b..263708422 100644
--- a/community/unclutter/PKGBUILD
+++ b/community/unclutter/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 20014 2010-07-01 16:52:19Z spupykin $
+# $Id: PKGBUILD 65341 2012-02-21 02:13:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Callan Barrett <wizzomafizzo@gmail.com>
@@ -6,7 +6,7 @@
pkgname=unclutter
pkgver=8
-pkgrel=6
+pkgrel=8
pkgdesc="A small program for hiding the mouse cursor"
url="http://ftp.x.org/contrib/utilities/unclutter-8.README"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ md5sums=('83d7a6498b69078f869378f801b6a84b')
build() {
cd ${srcdir}/$pkgname
xmkmf -a
- make || return 1
+ make
make DESTDIR=${pkgdir} install
install -D -m 644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1
}