diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:19:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:19:23 +0000 |
commit | fc84fe9dc4281478164443b8e6758170ea433c53 (patch) | |
tree | 63fab785d6f6bd8e8b72919bd83fdc087bfeee34 /app-accessibility/festival/festival-1.4.3-r3.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | historical-fc84fe9dc4281478164443b8e6758170ea433c53.tar.gz historical-fc84fe9dc4281478164443b8e6758170ea433c53.tar.bz2 historical-fc84fe9dc4281478164443b8e6758170ea433c53.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'app-accessibility/festival/festival-1.4.3-r3.ebuild')
-rw-r--r-- | app-accessibility/festival/festival-1.4.3-r3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-accessibility/festival/festival-1.4.3-r3.ebuild b/app-accessibility/festival/festival-1.4.3-r3.ebuild index 4e2764a34400..c2f8dcd6f987 100644 --- a/app-accessibility/festival/festival-1.4.3-r3.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r3.ebuild,v 1.14 2006/09/21 05:08:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r3.ebuild,v 1.15 2007/04/28 17:18:39 swegener Exp $ inherit eutils @@ -160,13 +160,11 @@ src_install() { doins ${FESTLIB}/us3_mbrola/festvox/* # Sample server.scm configuration for the server - dodir /etc/festival insinto /etc/festival doins ${FILESDIR}/server.scm # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival # Need to fix saytime to look for festival in the correct spot dosed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" /usr/bin/saytime |