From ab1308b34ab0e49cd62e0f7516f048ac902249db Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 May 2005 02:25:01 +0000 Subject: make sure we fix the symlinked binaries --- app-arch/bzip2/bzip2-1.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-arch/bzip2') 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 } -- cgit v1.2.3-65-gdbad