diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-14 11:25:36 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-14 11:25:36 +0000 |
commit | b25207876d1884ce592651de7492f3ad4ee544dc (patch) | |
tree | 3bbbdff6a6e317ad3caca7c0c59abab715c75764 /media-sound/qmpdclient | |
parent | now multilib ready - fix jobserver warning - remove old version (diff) | |
download | gentoo-2-b25207876d1884ce592651de7492f3ad4ee544dc.tar.gz gentoo-2-b25207876d1884ce592651de7492f3ad4ee544dc.tar.bz2 gentoo-2-b25207876d1884ce592651de7492f3ad4ee544dc.zip |
Fix translations installation, bug 289717.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 8b7cb91777d8..cf3edd515e8a 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.61 2010/01/12 18:39:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.62 2010/01/14 11:25:36 yngwin Exp $ + + 14 Jan 2010; Ben de Groot <yngwin@gentoo.org> qmpdclient-1.1.2-r1.ebuild: + Fix translations installation, bug 289717. 12 Jan 2010; nixnut <nixnut@gentoo.org> qmpdclient-1.1.2.ebuild: ppc stable #299317 diff --git a/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild b/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild index f5753c8e1729..eaa4450def8c 100644 --- a/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild,v 1.1 2010/01/07 12:48:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.2-r1.ebuild,v 1.2 2010/01/14 11:25:36 yngwin Exp $ EAPI="2" @@ -73,7 +73,7 @@ src_install() { insinto /usr/share/${PN}/translations/ local LANG= for LANG in ${LINGUAS};do - for X in ${LANGSNOLONG};do + for X in ${LANGSLONG};do if [[ ${LANG} == ${X%_*} ]];then doins -r lang/${X}.qm || die "failed to install translations" fi |