diff options
author | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
commit | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch) | |
tree | d786dcc22bc7f01d7629eb8a07415d2a904fc015 /extra/mpc/PKGBUILD | |
parent | 39e662ccfbe62ae77d458159d192816171a22f43 (diff) |
Fri Mar 23 00:01:14 UTC 2012
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" } |