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/unclutter/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/unclutter') 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 # Maintainer: Andrea Scarpino # Contributor: Callan Barrett @@ -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 } -- cgit v1.2.3-54-g00ecf