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 | 199b4beba71b48b6df03aee4a43e1d72b4b079e1 (patch) | |
tree | e5f8b3311bd397848077835eecfa19dc7afbd5d8 /app-editors | |
parent | new package (diff) | |
download | gentoo-2-199b4beba71b48b6df03aee4a43e1d72b4b079e1.tar.gz gentoo-2-199b4beba71b48b6df03aee4a43e1d72b4b079e1.tar.bz2 gentoo-2-199b4beba71b48b6df03aee4a43e1d72b4b079e1.zip |
small fix in vim
Diffstat (limited to 'app-editors')
-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 \ |