diff options
Diffstat (limited to 'net-misc/vtun/vtun-2.5-r1.ebuild')
-rw-r--r-- | net-misc/vtun/vtun-2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vtun/vtun-2.5-r1.ebuild b/net-misc/vtun/vtun-2.5-r1.ebuild index e27cbde92331..438828179151 100644 --- a/net-misc/vtun/vtun-2.5-r1.ebuild +++ b/net-misc/vtun/vtun-2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.7 2003/02/13 15:10:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.8 2003/09/05 22:01:49 msterret Exp $ IUSE="ssl" @@ -48,7 +48,7 @@ src_compile() { VAR_DIR=/var || FAILED=1 # OK, we're done, rename the cyrus one back to what it was. - if [ -f /usr/include/md5.h.vtun_compile -a + if [ -f /usr/include/md5.h.vtun_compile -a ! -f /usr/include/md5.h ]; then mv /usr/include/md5.h.vtun_compile /usr/include/md5.h fi |