From: Manuel RĂ¼ger Date: Sun, 13 Sep 2015 19:04:44 +0000 (+0200) Subject: x11-misc/pcmanfm: Quote variable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=479abc71c57c5d4e062f24995815adcf3382baec;p=gentoo.git x11-misc/pcmanfm: Quote variable Package-Manager: portage-2.2.20.1 --- diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild index c382f8ae7e19..2b710813cbd0 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild @@ -44,7 +44,7 @@ DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ src_prepare() { export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > ${S}/po/LINGUAS + l10n_get_locales > "${S}"/po/LINGUAS epatch_user } diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index 8324e72a2d09..cffd3ca2433c 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild @@ -57,7 +57,7 @@ src_prepare() { sed -i "s:-Werror::" configure.ac || die eautoreconf export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > ${S}/po/LINGUAS + l10n_get_locales > "${S}"/po/LINGUAS epatch_user }