diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-03-19 18:51:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-03-19 19:01:08 +0100 |
commit | 3053d4fc730cd5a2ee33a885aea710355ef6c88e (patch) | |
tree | ff497a56e4c09277a6b69fbe28561ab31ea5a624 /app-editors/emacs/emacs-18.59-r11.ebuild | |
parent | app-emulation/diskimage-builder: 2.11.0 stable amd64 and x86 (diff) | |
download | gentoo-3053d4fc730cd5a2ee33a885aea710355ef6c88e.tar.gz gentoo-3053d4fc730cd5a2ee33a885aea710355ef6c88e.tar.bz2 gentoo-3053d4fc730cd5a2ee33a885aea710355ef6c88e.zip |
app-editors/emacs: Fix temacs wrapper.
Disable the sandbox already when "env" is executed, so that the execvp
executing temacs will be the regular one from libc.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors/emacs/emacs-18.59-r11.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-18.59-r11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild index 9b260064e0b8..91fad29d2a69 100644 --- a/app-editors/emacs/emacs-18.59-r11.ebuild +++ b/app-editors/emacs/emacs-18.59-r11.ebuild @@ -32,7 +32,7 @@ src_prepare() { default # Do not use the sandbox, or the dumped Emacs will be twice as large - sed -i -e 's:\./temacs.*dump:env SANDBOX_ON=0 LD_PRELOAD= &:' \ + sed -i -e 's:\./temacs.*dump:SANDBOX_ON=0 LD_PRELOAD= env &:' \ src/ymakefile || die } |