summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 11:40:51 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 11:40:51 +0000
commit69dd4e29c402ab13ab1a53f5701121b623316340 (patch)
tree713cebff65783d4b61b637bf913e897697fabf51 /sys-devel
parentFix bug #173611 (diff)
downloadgentoo-2-69dd4e29c402ab13ab1a53f5701121b623316340.tar.gz
gentoo-2-69dd4e29c402ab13ab1a53f5701121b623316340.tar.bz2
gentoo-2-69dd4e29c402ab13ab1a53f5701121b623316340.zip
install as `crossdev` as reported by Christopher Friedt
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/crossdev/crossdev-0.9.17-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild b/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild
index 0d4974e06d55..d919a7e46341 100644
--- a/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild
+++ b/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild,v 1.2 2007/02/17 13:50:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.17-r3.ebuild,v 1.3 2007/04/07 11:40:51 vapier Exp $
DESCRIPTION="Gentoo Cross-toolchain generator"
HOMEPAGE="http://www.gentoo.org/"
@@ -16,6 +16,6 @@ RDEPEND=">=sys-apps/portage-2.1
dev-util/unifdef"
src_install() {
- dosbin "${FILESDIR}"/crossdev-stable || die
+ newsbin "${FILESDIR}"/crossdev-stable crossdev || die
dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev
}