diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-13 07:33:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-13 07:33:09 +0000 |
commit | 0957da41d8aca94b5064ce7e49230f816e6d5a3c (patch) | |
tree | f3ddacd5875a438d536c5da4e34b796db513ced0 | |
parent | old (diff) | |
download | historical-0957da41d8aca94b5064ce7e49230f816e6d5a3c.tar.gz historical-0957da41d8aca94b5064ce7e49230f816e6d5a3c.tar.bz2 historical-0957da41d8aca94b5064ce7e49230f816e6d5a3c.zip |
path fix #28479
-rw-r--r-- | dev-util/cvsup/cvsup-16.1h.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cvsup/cvsup-16.1h.ebuild b/dev-util/cvsup/cvsup-16.1h.ebuild index 2ab027e5b439..389a8bcf3516 100644 --- a/dev-util/cvsup/cvsup-16.1h.ebuild +++ b/dev-util/cvsup/cvsup-16.1h.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/dev-util/cvsup/cvsup-16.1h.ebuild,v 1.4 2003/08/07 03:28:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1h.ebuild,v 1.5 2003/09/13 07:33:09 vapier Exp $ MY_P="${P/-/-snap-}" EZM3="ezm3-1.1" @@ -87,7 +87,7 @@ src_compile() { done # then we compile cvsup - env PATH="${S}/${EZM3}-install/bin:${PATH}" make || die "cvsup compile failed" + env PATH="${EZM3_INSTALL}/bin:${PATH}" make || die "cvsup compile failed" # now we do up the html pages ... cd ${S}/${MY_P}/doc |