From 6d0998827a8dbca950b80683bfd723b6bd868bf0 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Wed, 13 Dec 2000 15:13:59 +0000 Subject: supervise fixes --- sys-apps/textutils/textutils-2.0.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-apps/textutils') 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 -# $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} -- cgit v1.2.3-65-gdbad