diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:13:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-15 17:13:32 +0000 |
commit | 9a2be394218e38eb42bae9ed811544b4b15e59c5 (patch) | |
tree | bacc8284c71278a756a1f1839d4b0ca8028c7bd6 /app-doc | |
parent | added support for GENTOO_SRCDIR (diff) | |
download | historical-9a2be394218e38eb42bae9ed811544b4b15e59c5.tar.gz historical-9a2be394218e38eb42bae9ed811544b4b15e59c5.tar.bz2 historical-9a2be394218e38eb42bae9ed811544b4b15e59c5.zip |
syntax fix
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/gentoo-web-2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/gentoo-web/gentoo-web-2.2.ebuild b/app-doc/gentoo-web/gentoo-web-2.2.ebuild index 0faf5b1098cc..60ab194eacb2 100644 --- a/app-doc/gentoo-web/gentoo-web-2.2.ebuild +++ b/app-doc/gentoo-web/gentoo-web-2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.54 2002/05/15 17:11:44 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gentoo-web/gentoo-web-2.2.ebuild,v 1.55 2002/05/15 17:13:32 drobbins Exp $ # WARNING: THIS EBUILD SHOULD BE EDITED BY DANIEL ROBBINS ONLY @@ -26,6 +26,7 @@ src_unpack() { then ln -s /home/drobbins/gentoo-src gentoo-src elif [ "$myhost" = "chiba.3jane.net" ] + then cvs -d /home/cvsroot co gentoo-src elif [ -n "$GENTOO_SRCDIR" ] then |