summaryrefslogtreecommitdiff
path: root/community/unclutter
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/unclutter
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/unclutter')
-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
}