diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-30 05:33:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-30 05:33:07 +0000 |
commit | 25846593ffe9225be6b96770f2d1e5206cb0317f (patch) | |
tree | 4487d4821be0e5f1d32b4cdbbe73568c844dbb36 /app-arch/bzip2 | |
parent | ver bump #34457 (diff) | |
download | gentoo-2-25846593ffe9225be6b96770f2d1e5206cb0317f.tar.gz gentoo-2-25846593ffe9225be6b96770f2d1e5206cb0317f.tar.bz2 gentoo-2-25846593ffe9225be6b96770f2d1e5206cb0317f.zip |
bzcat and bunzip2 are just symlinks to bzip2 #34395
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.2-r2.ebuild b/app-arch/bzip2/bzip2-1.0.2-r2.ebuild index 00db26cbfc26..5c04f87cd6b2 100644 --- a/app-arch/bzip2/bzip2-1.0.2-r2.ebuild +++ b/app-arch/bzip2/bzip2-1.0.2-r2.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-arch/bzip2/bzip2-1.0.2-r2.ebuild,v 1.1 2003/11/14 20:00:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.2-r2.ebuild,v 1.2 2003/11/30 05:33:07 vapier Exp $ DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" HOMEPAGE="http://sources.redhat.com/bzip2/" @@ -57,9 +57,7 @@ src_install() { else into / dobin bzip2 - newbin bzip2 bzcat - - cd ${D}/bin - ln -s bzip2 bunzip2 + dosym bzip2 /bin/bzcat + dosym bzip2 /bin/bunzip2 fi } |