diff options
Diffstat (limited to 'extra/mpc/PKGBUILD')
-rw-r--r-- | extra/mpc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mpc/PKGBUILD b/extra/mpc/PKGBUILD index ad489d325..cb4eeae22 100644 --- a/extra/mpc/PKGBUILD +++ b/extra/mpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153244 2012-03-12 13:46:46Z bisson $ +# $Id: PKGBUILD 154004 2012-03-21 10:52:38Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -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 @@ build() { 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" } |