diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-07-10 01:23:57 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-07-10 01:23:57 +0000 |
commit | 4751955f235734a1eae93091ca115a0a6477758d (patch) | |
tree | 1d21c721f709595135e41c11850e418033c42520 | |
parent | webmin masked (diff) | |
download | historical-4751955f235734a1eae93091ca115a0a6477758d.tar.gz historical-4751955f235734a1eae93091ca115a0a6477758d.tar.bz2 historical-4751955f235734a1eae93091ca115a0a6477758d.zip |
small fix in vim
-rw-r--r-- | app-editors/vim/vim-6.1-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-6.1-r8.ebuild b/app-editors/vim/vim-6.1-r8.ebuild index 52abe6133697..b76e044657f9 100644 --- a/app-editors/vim/vim-6.1-r8.ebuild +++ b/app-editors/vim/vim-6.1-r8.ebuild @@ -1,7 +1,7 @@ # Copyright 2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Aron Griffis <agriffis@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r8.ebuild,v 1.1 2002/07/06 18:28:04 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r8.ebuild,v 1.2 2002/07/10 01:23:57 naz Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -143,7 +143,7 @@ src_compile() { fi # This should fix a sandbox violation. - addpredict /dev/ptys/* + addpredict /dev/pty/* if [ -n "$guiconf" ]; then ./configure \ |