summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-12-04 01:24:24 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2017-12-04 01:27:43 -0500
commit791bffc943edf8d50eb0ed190226c586c8871ace (patch)
tree25b60c24fb7fa2c6eb4987482dc410a05be4ef1f /app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
parentgames-strategy/freeorion: Add subslot rebuild dep for boost (diff)
downloadgentoo-791bffc943edf8d50eb0ed190226c586c8871ace.tar.gz
gentoo-791bffc943edf8d50eb0ed190226c586c8871ace.tar.bz2
gentoo-791bffc943edf8d50eb0ed190226c586c8871ace.zip
app-emulation/wine-staging: Add force to rm of linguas
Bug: https://bugs.gentoo.org/show_bug.cgi?id=617864 Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-emulation/wine-staging/wine-staging-2.0-r1.ebuild')
-rw-r--r--app-emulation/wine-staging/wine-staging-2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
index 510cfb087fac..29be96989078 100644
--- a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
@@ -555,7 +555,7 @@ multilib_src_install_all() {
# respect LINGUAS when installing man pages, #469418
local l
for l in de fr pl; do
- use linguas_${l} || rm -r "${D%/}${MY_MANDIR}"/${l}*
+ use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
done
eval "${glob_state}"