[arch-commits] Commit in colord/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Apr 29 04:44:04 UTC 2012
Date: Sunday, April 29, 2012 @ 00:44:03
Author: allan
Revision: 157727
upgpkg: colord 0.1.19-2
move udev rules from /lib
Modified:
colord/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-29 04:09:24 UTC (rev 157726)
+++ PKGBUILD 2012-04-29 04:44:03 UTC (rev 157727)
@@ -4,7 +4,7 @@
pkgname=colord
pkgver=0.1.19
-pkgrel=1
+pkgrel=2
pkgdesc="Color daemon"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/software/colord"
@@ -17,6 +17,10 @@
build() {
cd "$pkgname-$pkgver"
+
+ # put udev files in /usr/lib
+ sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
./configure --prefix=/usr \
--sysconfdir=/etc --libexecdir=/usr/lib/colord \
--localstatedir=/var --disable-static \
More information about the arch-commits
mailing list