summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 02:25:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 02:25:01 +0000
commitab1308b34ab0e49cd62e0f7516f048ac902249db (patch)
tree6afe7f6baa03a311af88bc42c3d5a482ea870971 /app-arch/bzip2
parentarm/s390 stable for security #91231 (diff)
downloadgentoo-2-ab1308b34ab0e49cd62e0f7516f048ac902249db.tar.gz
gentoo-2-ab1308b34ab0e49cd62e0f7516f048ac902249db.tar.bz2
gentoo-2-ab1308b34ab0e49cd62e0f7516f048ac902249db.zip
make sure we fix the symlinked binaries
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r--app-arch/bzip2/bzip2-1.0.3.ebuild6
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
}