summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/crossdev/crossdev-0.9.17-r3.ebuild')
-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 8977114c2093..0d4974e06d55 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.1 2007/02/10 04:47:35 vapier Exp $
+# $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 $
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 || die
+ dosbin "${FILESDIR}"/crossdev-stable || die
dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev
}