From 96dd044033b0db4df54edec516d7f95359a99592 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 26 Jan 2017 07:14:48 +0300 Subject: app-text/po4a: slightly improve the ebuild --- app-text/po4a/po4a-0.47.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-text/po4a') 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 } -- cgit v1.2.3-65-gdbad