diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-13 02:51:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-13 02:51:40 +0000 |
commit | 615b153dd088469f09259e46a059f56744143355 (patch) | |
tree | e7f27fb3452799a1438f892425348ecd1a5d30ad /sys-apps | |
parent | added -c flag to build.py (diff) | |
download | historical-615b153dd088469f09259e46a059f56744143355.tar.gz historical-615b153dd088469f09259e46a059f56744143355.tar.bz2 historical-615b153dd088469f09259e46a059f56744143355.zip |
spaces to tabs
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gzip/gzip-1.2.4a-r6.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-apps/gzip/gzip-1.2.4a-r6.ebuild b/sys-apps/gzip/gzip-1.2.4a-r6.ebuild index 99a56e47aaae..6492d9855d1a 100644 --- a/sys-apps/gzip/gzip-1.2.4a-r6.ebuild +++ b/sys-apps/gzip/gzip-1.2.4a-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r6.ebuild,v 1.7 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r6.ebuild,v 1.8 2002/08/13 02:51:40 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" @@ -19,13 +19,13 @@ src_unpack() { } src_compile() { - [ -z "`use nls`" ] && myconf="--disable-nls" + [ -z "`use nls`" ] && myconf="--disable-nls" ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ --mandir=/usr/share/man --infodir=/usr/share/info ${myconf} || die emake || die } src_install() { - dodir /usr/bin /usr/share/man/man1 + dodir /usr/bin /usr/share/man/man1 make prefix=${D}/usr exec_prefix=${D}/ mandir=${D}/usr/share/man/man1 infodir=${D}/usr/share/info install || die cd ${D}/bin for i in gzexe zforce zgrep zmore znew zcmp @@ -52,7 +52,3 @@ src_install() { rm -rf ${D}/usr fi } - - - - |