diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 04:59:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 04:59:17 +0000 |
commit | 8d8d2d6519e5923bbf6115c21303c3f5f7791148 (patch) | |
tree | 60d89277eae2625fea2ed2388f14eadf2c0f01ce | |
parent | Stable amd64, x86. Added to ~sparc (diff) | |
download | gentoo-2-8d8d2d6519e5923bbf6115c21303c3f5f7791148.tar.gz gentoo-2-8d8d2d6519e5923bbf6115c21303c3f5f7791148.tar.bz2 gentoo-2-8d8d2d6519e5923bbf6115c21303c3f5f7791148.zip |
newbin -> dobin #85112
(Portage version: 2.0.51.19)
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.11.ebuild b/sys-apps/sg3_utils/sg3_utils-1.11.ebuild index 03c778b80a9a..20ef33cbc0e5 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.11.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.11.ebuild,v 1.2 2005/03/10 05:54:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.11.ebuild,v 1.3 2005/03/14 04:59:17 vapier Exp $ inherit eutils @@ -28,6 +28,6 @@ src_compile() { } src_install() { - newbin ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!' + dobin ${DISTDIR}/rescan-scsi-bus.sh || die 'Failed to install rescan-scsi-bus.sh!' einstall DESTDIR="${D}" PREFIX=/usr || die 'Failed to install sg3_utils!' } |