diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-3.99.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/strace/strace-3.99.ebuild b/dev-util/strace/strace-3.99.ebuild index ed452dcd3c1c..1d5ad28afe66 100644 --- a/dev-util/strace/strace-3.99.ebuild +++ b/dev-util/strace/strace-3.99.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-3.99.ebuild,v 1.1 2000/11/27 15:47:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-3.99.ebuild,v 1.2 2000/11/27 16:20:46 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,6 +12,8 @@ DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { unpack ${A} + cp ${FILESDIR}/ipc.c ${S} + cp ${FILESDIR}/stream.c ${S} } src_compile() { @@ -27,7 +29,6 @@ src_install () { cd ${S} doman strace.1 dobin strace - dobin strace-graph dodoc ChangeLog COPYRIGHT CREDITS NEWS PORTING README* TODO } |