mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -172,6 +172,7 @@ make_wrapper() {
|
||||
|
||||
if [[ -n ${path} ]] ; then
|
||||
(
|
||||
exeopts -m 0755
|
||||
exeinto "${path}"
|
||||
newexe "${tmpwrapper}" "${wrapper}"
|
||||
) || die
|
||||
|
||||
Reference in New Issue
Block a user