eutils.eclass: Sanitize exeopts

Sanitize exeopts when calling newexe, in order to avoid prior insopts
calls accidentally affecting make_wrapper.
This commit is contained in:
Michał Górny
2018-06-08 09:13:40 +02:00
parent 49a3ae2282
commit 85f9afe7a2

View File

@@ -172,6 +172,7 @@ make_wrapper() {
if [[ -n ${path} ]] ; then
(
exeopts -m 0755
exeinto "${path}"
newexe "${tmpwrapper}" "${wrapper}"
) || die