summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-13 15:13:59 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-13 15:13:59 +0000
commit5cb0a26d7066899a995055dd0175bb2e50b01f3f (patch)
treed7bd52f8fbc8152f2068f72816cba5e776aa9774 /sys-apps/textutils
parent*** empty log message *** (diff)
downloadgentoo-2-5cb0a26d7066899a995055dd0175bb2e50b01f3f.tar.gz
gentoo-2-5cb0a26d7066899a995055dd0175bb2e50b01f3f.tar.bz2
gentoo-2-5cb0a26d7066899a995055dd0175bb2e50b01f3f.zip
supervise fixes
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r--sys-apps/textutils/textutils-2.0.10.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/textutils/textutils-2.0.10.ebuild b/sys-apps/textutils/textutils-2.0.10.ebuild
index dd74a07a4b56..08c79e858442 100644
--- a/sys-apps/textutils/textutils-2.0.10.ebuild
+++ b/sys-apps/textutils/textutils-2.0.10.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.1 2000/12/11 20:05:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.2 2000/12/13 15:13:59 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,6 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
+ echo $S $WORKDIR `pwd`
try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \
--without-included-regex
try make ${MAKEOPTS}