summaryrefslogtreecommitdiff
path: root/x11-misc/pcmanfm
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-13 21:04:44 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-13 21:04:44 +0200
commit479abc71c57c5d4e062f24995815adcf3382baec (patch)
treef76daf2332e1b20fae84a2986e6ce486ca6e52cf /x11-misc/pcmanfm
parent63256158eeb4d33a12917d4338b5112e392bd716 (diff)
downloadgentoo-479abc71c57c5d4e062f24995815adcf3382baec.tar.gz
gentoo-479abc71c57c5d4e062f24995815adcf3382baec.tar.xz
x11-misc/pcmanfm: Quote variable
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/pcmanfm')
-rw-r--r--x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild2
-rw-r--r--x11-misc/pcmanfm/pcmanfm-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild
index c382f8ae7e1..2b710813cbd 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 8324e72a2d0..cffd3ca2433 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
}