diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-09-13 21:04:44 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-09-13 21:04:44 +0200 |
commit | 479abc71c57c5d4e062f24995815adcf3382baec (patch) | |
tree | f76daf2332e1b20fae84a2986e6ce486ca6e52cf /x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild | |
parent | x11-misc/piedock: Remove old (diff) | |
download | gentoo-479abc71c57c5d4e062f24995815adcf3382baec.tar.gz gentoo-479abc71c57c5d4e062f24995815adcf3382baec.tar.bz2 gentoo-479abc71c57c5d4e062f24995815adcf3382baec.zip |
x11-misc/pcmanfm: Quote variable
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |