commit: 96dd044033b0db4df54edec516d7f95359a99592
Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 26 04:14:48 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 08:25:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dd0440
app-text/po4a: slightly improve the ebuild
app-text/po4a/po4a-0.47.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/po4a/po4a-0.47.ebuild b/app-text/po4a/po4a-0.47.ebuild
index a1bafa0..094d939 100644
--- a/app-text/po4a/po4a-0.47.ebuild
+++ b/app-text/po4a/po4a-0.47.ebuild
@@ -41,8 +41,8 @@ DIST_TEST="do"
src_prepare() {
# Check against locale files in ${S}/pod/bin for mismatches
# with languages listed in PLOCALES
- local locales_path="$S/po/bin"
- l10n_find_plocales_changes "$locales_path" "" ".po"
+ local locales_path="${S}/po/bin"
+ l10n_find_plocales_changes "${locales_path}" "" ".po"
# Get rid of disabled locales
my_get_disabled_locales() {
@@ -51,7 +51,7 @@ src_prepare() {
l10n_for_each_disabled_locale_do my_get_disabled_locales
- einfo "Your LINGUAS lists the following languages: $LINGUAS"
+ einfo "Your LINGUAS lists the following languages: ${LINGUAS}"
perl-module_src_prepare
}