diff options
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 } |