summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2017-01-26 07:14:48 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2017-01-26 03:25:57 -0500
commit96dd044033b0db4df54edec516d7f95359a99592 (patch)
treecd259a07a74181abae93daf225da9a5d347c826a /app-text/po4a
parentapp-text/po4a: version bump to 0.47 (diff)
downloadgentoo-96dd044033b0db4df54edec516d7f95359a99592.tar.gz
gentoo-96dd044033b0db4df54edec516d7f95359a99592.tar.bz2
gentoo-96dd044033b0db4df54edec516d7f95359a99592.zip
app-text/po4a: slightly improve the ebuild
Diffstat (limited to 'app-text/po4a')
-rw-r--r--app-text/po4a/po4a-0.47.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/po4a/po4a-0.47.ebuild b/app-text/po4a/po4a-0.47.ebuild
index a1bafa0635e9..094d939aad50 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
}