[arch-commits] Commit in mpc/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed Mar 21 10:52:19 UTC 2012


    Date: Wednesday, March 21, 2012 @ 06:52:19
  Author: bisson
Revision: 154003

move completion location for bash-completion 1.99

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-21 10:32:27 UTC (rev 154002)
+++ PKGBUILD	2012-03-21 10:52:19 UTC (rev 154003)
@@ -7,7 +7,7 @@
 
 pkgname=mpc
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Minimalist command line interface to MPD'
 url='http://mpd.wikia.com/wiki/Client:Mpc'
 license=('GPL2')
@@ -26,5 +26,5 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install 
-	install -Dm644 doc/mpc-completion.bash "${pkgdir}/etc/bash_completion.d/mpc" 
+	install -Dm644 doc/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" 
 }




More information about the arch-commits mailing list