diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:25:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:25:01 +0000 |
commit | 921bd0877ee2d05a0496310ab9ab0fef8321b60b (patch) | |
tree | e95b15ec760b4a0a2095f079670073a7822ae346 /app-arch/bzip2 | |
parent | arm/s390 stable for security #91231 (diff) | |
download | historical-921bd0877ee2d05a0496310ab9ab0fef8321b60b.tar.gz historical-921bd0877ee2d05a0496310ab9ab0fef8321b60b.tar.bz2 historical-921bd0877ee2d05a0496310ab9ab0fef8321b60b.zip |
make sure we fix the symlinked binaries
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.3.ebuild b/app-arch/bzip2/bzip2-1.0.3.ebuild index 256aac062370..f6e87f49b331 100644 --- a/app-arch/bzip2/bzip2-1.0.3.ebuild +++ b/app-arch/bzip2/bzip2-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.3.ebuild,v 1.2 2005/04/29 22:19:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.3.ebuild,v 1.3 2005/05/13 02:25:01 vapier Exp $ inherit multilib toolchain-funcs flag-o-matic @@ -65,7 +65,7 @@ src_install() { else into / dobin bzip2 || die "dobin bzip2" - dosym bzip2 /bin/bzcat - dosym bzip2 /bin/bunzip2 fi + dosym bzip2 /bin/bzcat + dosym bzip2 /bin/bunzip2 } |