Date: Tuesday, June 12, 2012 @ 09:43:10
  Author: heftig
Revision: 161611

Move bash completion

Modified:
  colord/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-06-12 11:02:41 UTC (rev 161610)
+++ PKGBUILD    2012-06-12 13:43:10 UTC (rev 161611)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <[email protected]>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=colord
 pkgver=0.1.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Color daemon"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord";
@@ -30,7 +30,8 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install \
+    bashcompletiondir=/usr/share/bash-completion/completions
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to