aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-12-04 01:31:20 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2017-12-04 01:31:20 -0500
commitcabb9a074e5a835f1e8ae2bd056ba814a147f23f (patch)
tree920cbbb9ba579eaeaccfdca05c2407c4139d6178 /app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
parentapp-emulation/wine-staging: Add force to rm of linguas (diff)
downloadwine-cabb9a074e5a835f1e8ae2bd056ba814a147f23f.tar.gz
wine-cabb9a074e5a835f1e8ae2bd056ba814a147f23f.tar.bz2
wine-cabb9a074e5a835f1e8ae2bd056ba814a147f23f.zip
app-emulation/wine-d3d9: Add force to rm of linguas
Bug: https://bugs.gentoo.org/617864 Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild')
-rw-r--r--app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
index 6f8a34c..710ff5c 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
@@ -518,7 +518,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}"