summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-09 23:19:50 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-10 01:03:34 -0400
commitc1511618853db61acd458f9f2a9cda0f08fe7cfd (patch)
tree7005223c5340f724a6966a8e95fe379216f5befc /xfce-extra
parentdev-ruby/rspec-core: Mark ~ppc64 (bug #562452). (diff)
downloadgentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.gz
gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.bz2
gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.zip
fix various encoding corruption
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
index c35177b87344..365a07843f93 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
# http://git.xfce.org/thunar-plugins/thunar-vcs-plugin/commit/?id=e87584f7b87627a322f6e41025e5e52d65ebb4d8
local lang
for lang in el eu ru ug uk; do
- mv "${WORKDIR}"/${P}-${lang}.po po/${lang}.po || die
+ mv "${WORKDIR}"/${P}-${lang}.po po/${lang}.po || die
done
xfconf_src_prepare
}