diff options
author | 2003-01-24 22:17:48 +0000 | |
---|---|---|
committer | 2003-01-24 22:17:48 +0000 | |
commit | 15b52a6d6414abbd91ed201efa6592bccac09ec9 (patch) | |
tree | fb80d49163790542e6055cbcba80f37de097f315 /app-editors | |
parent | remove dep on module-init-tools and update. (diff) | |
download | gentoo-2-15b52a6d6414abbd91ed201efa6592bccac09ec9.tar.gz gentoo-2-15b52a6d6414abbd91ed201efa6592bccac09ec9.tar.bz2 gentoo-2-15b52a6d6414abbd91ed201efa6592bccac09ec9.zip |
fixes sandbox violation... unmask
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/vim-core-6.1-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/vim-core/vim-core-6.1-r4.ebuild b/app-editors/vim-core/vim-core-6.1-r4.ebuild index c0862b6f7167..d6748965c8ce 100644 --- a/app-editors/vim-core/vim-core-6.1-r4.ebuild +++ b/app-editors/vim-core/vim-core-6.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1-r4.ebuild,v 1.2 2003/01/22 11:12:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1-r4.ebuild,v 1.3 2003/01/24 22:17:48 rphillips Exp $ VIMPATCH="vimpatch-1-300.tar.bz2" inherit vim @@ -23,7 +23,10 @@ src_compile() { myconf="$myconf --disable-gpm" # This should fix a sandbox violation. - addwrite "${SSH_TTY}" + for file in /dev/pty/s* + do + addwrite $file + done # # Build a nogui version, this will install as /usr/bin/vim |