diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:11:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:11:42 +0000 |
commit | b0c3fba46a95eca3855f0e1af1c894f87a21e728 (patch) | |
tree | ddbe5c284a8a3a69b87a152309f87d5bddf1651a /sys-apps/ivman/ivman-0.6.14.ebuild | |
parent | Stable on ppc64; bug #174678 (diff) | |
download | gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.tar.gz gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.tar.bz2 gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-apps/ivman/ivman-0.6.14.ebuild')
-rw-r--r-- | sys-apps/ivman/ivman-0.6.14.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/ivman/ivman-0.6.14.ebuild b/sys-apps/ivman/ivman-0.6.14.ebuild index 90350ed10794..87c86616f096 100644 --- a/sys-apps/ivman/ivman-0.6.14.ebuild +++ b/sys-apps/ivman/ivman-0.6.14.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-apps/ivman/ivman-0.6.14.ebuild,v 1.1 2007/03/06 15:02:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.2 2007/04/28 19:11:42 tove Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Add support for hotpluggable devices (not removable) epatch "${FILESDIR}"/${PN}-0.6-hotpluggable.patch @@ -38,8 +38,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d/ - newexe ${FILESDIR}/ivman-0.3.init ivman + newinitd "${FILESDIR}"/ivman-0.3.init ivman } pkg_postinst() { |