diff options
author | Ned Ludd <solar@gentoo.org> | 2003-10-24 10:17:39 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-10-24 10:17:39 +0000 |
commit | 38483870d38a0c368eac8c9f915152ed9daa23c1 (patch) | |
tree | 1a94223998097e4b6ed26089cf4e2efc4bfa7113 /app-misc/pax-utils | |
parent | ebuild touchup (diff) | |
download | historical-38483870d38a0c368eac8c9f915152ed9daa23c1.tar.gz historical-38483870d38a0c368eac8c9f915152ed9daa23c1.tar.bz2 historical-38483870d38a0c368eac8c9f915152ed9daa23c1.zip |
ebuild touchup
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.0.1.ebuild b/app-misc/pax-utils/pax-utils-0.0.1.ebuild index 659ed0a01f1d..d57fc1b5ba6a 100644 --- a/app-misc/pax-utils/pax-utils-0.0.1.ebuild +++ b/app-misc/pax-utils/pax-utils-0.0.1.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/app-misc/pax-utils/pax-utils-0.0.1.ebuild,v 1.2 2003/10/24 10:16:07 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.0.1.ebuild,v 1.3 2003/10/24 10:17:39 solar Exp $ S=${WORKDIR}/${PN} @@ -18,11 +18,10 @@ DEPEND="virtual/glibc" src_compile() { use debug && export STRIP=touch - MAKEOPTS=-j1 emake || ls -R + MAKEOPTS=-j1 emake CFLAGS=${CFLAGS} || die } src_install() { emake DESTDIR=${D} install dodoc README - #doman chpax.1 } |