From: Alexander Golubev Date: Thu, 26 Jan 2017 04:14:48 +0000 (+0300) Subject: app-text/po4a: slightly improve the ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96dd044033b0db4df54edec516d7f95359a99592;p=gentoo.git app-text/po4a: slightly improve the ebuild --- 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 }