From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/galago-daemon/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/galago-daemon') diff --git a/community/galago-daemon/PKGBUILD b/community/galago-daemon/PKGBUILD index da038b2c7..068e0482c 100644 --- a/community/galago-daemon/PKGBUILD +++ b/community/galago-daemon/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18129 2010-05-31 11:16:48Z spupykin $ +# $Id: PKGBUILD 65520 2012-02-21 08:41:22Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=galago-daemon pkgver=0.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Galago presence daemon" arch=('i686' 'x86_64') license=('GPL2') @@ -16,6 +16,6 @@ md5sums=('fdb81f938f86f380b127158ebb542279') build() { cd $srcdir/galago-daemon-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname --disable-tests - make || return 1 + make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf