summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-13 07:33:09 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-13 07:33:09 +0000
commitffed2dec9057def0d9dafb3fbf0d8c9875a55516 (patch)
tree3761816c5bfa94e9c87a6f8345897db9ad7b2089 /dev-util/cvsup
parentold (diff)
downloadgentoo-2-ffed2dec9057def0d9dafb3fbf0d8c9875a55516.tar.gz
gentoo-2-ffed2dec9057def0d9dafb3fbf0d8c9875a55516.tar.bz2
gentoo-2-ffed2dec9057def0d9dafb3fbf0d8c9875a55516.zip
path fix #28479
Diffstat (limited to 'dev-util/cvsup')
-rw-r--r--dev-util/cvsup/cvsup-16.1h.ebuild4
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