Date: Saturday, May 12, 2012 @ 21:01:55
  Author: eric
Revision: 158909

Update bash_completion files locations

Modified:
  dconf/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-05-13 00:35:36 UTC (rev 158908)
+++ PKGBUILD    2012-05-13 01:01:55 UTC (rev 158909)
@@ -25,7 +25,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to