summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-30 05:33:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-30 05:33:07 +0000
commit90a5045d3e14f33e5b3be2f221591092e58188bd (patch)
tree61e9be5a25e3909f0e6948623daabeb6c5120616 /app-arch
parentver bump #34457 (diff)
downloadhistorical-90a5045d3e14f33e5b3be2f221591092e58188bd.tar.gz
historical-90a5045d3e14f33e5b3be2f221591092e58188bd.tar.bz2
historical-90a5045d3e14f33e5b3be2f221591092e58188bd.zip
bzcat and bunzip2 are just symlinks to bzip2 #34395
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/bzip2/bzip2-1.0.2-r2.ebuild8
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
}