diff options
author | 2017-12-04 01:26:04 -0500 | |
---|---|---|
committer | 2017-12-04 01:27:45 -0500 | |
commit | a8c4b896a70516662f43050494e08a58444eddc9 (patch) | |
tree | 2f5e63f0244a55c0615290f8d63c6986f3574749 /app-emulation | |
parent | app-emulation/wine-staging: Add force to rm of linguas (diff) | |
download | gentoo-a8c4b896a70516662f43050494e08a58444eddc9.tar.gz gentoo-a8c4b896a70516662f43050494e08a58444eddc9.tar.bz2 gentoo-a8c4b896a70516662f43050494e08a58444eddc9.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')
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild index 9f694374f5e1..8942399bdde4 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-2.0-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}" diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild index c3bf9b8d1e4e..89a37fcf7162 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild @@ -520,7 +520,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}" diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild index ec6c3d60b3cf..339d78dd9057 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild @@ -516,7 +516,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}" diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild index ec6c3d60b3cf..339d78dd9057 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild @@ -516,7 +516,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}" diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild index ec6c3d60b3cf..339d78dd9057 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild @@ -516,7 +516,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}" |