diff options
author | 2007-04-28 19:11:42 +0000 | |
---|---|---|
committer | 2007-04-28 19:11:42 +0000 | |
commit | 4addf254d19f1a3afa7a2a9c70ce41f7739a4ac8 (patch) | |
tree | 9004bcd28492a76d7311a97a5f878f26140f162f /sys-apps/ivman/ivman-0.6.14.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | historical-4addf254d19f1a3afa7a2a9c70ce41f7739a4ac8.tar.gz historical-4addf254d19f1a3afa7a2a9c70ce41f7739a4ac8.tar.bz2 historical-4addf254d19f1a3afa7a2a9c70ce41f7739a4ac8.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-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() { |