diff options
author | Michael Conrad Tilstra <tadpol@gentoo.org> | 2001-06-04 00:39:52 +0000 |
---|---|---|
committer | Michael Conrad Tilstra <tadpol@gentoo.org> | 2001-06-04 00:39:52 +0000 |
commit | e9c92fa6f94179d962efc66ffc85de808ddc4cf5 (patch) | |
tree | 83f4604b5580bafb71745091282b96fbb7475f6e /app-text/dictd/dictd-1.5.5.ebuild | |
parent | dependencie fixes and updates (diff) | |
download | historical-e9c92fa6f94179d962efc66ffc85de808ddc4cf5.tar.gz historical-e9c92fa6f94179d962efc66ffc85de808ddc4cf5.tar.bz2 historical-e9c92fa6f94179d962efc66ffc85de808ddc4cf5.zip |
- I was putting the man pages in the wrong place. Fixed.
- Now have the initrc script for dictd scanning for dictionaries. I'll go
through and clean up the dictionary ebuilds later, but the idea here is
to be more friendly to ppl that tweek thier conf files.
Diffstat (limited to 'app-text/dictd/dictd-1.5.5.ebuild')
-rw-r--r-- | app-text/dictd/dictd-1.5.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/dictd/dictd-1.5.5.ebuild b/app-text/dictd/dictd-1.5.5.ebuild index c5fd1606df7a..108de91b44fc 100644 --- a/app-text/dictd/dictd-1.5.5.ebuild +++ b/app-text/dictd/dictd-1.5.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5.ebuild,v 1.4 2001/06/04 00:39:52 michael Exp $ #P= A=${P}.tar.gz @@ -39,15 +39,15 @@ src_install () { #conf files. dodir /etc/dict insinto /etc/dict - doins ${FILESDIR}/dict.conf - doins ${FILESDIR}/dictd.conf - doins ${FILESDIR}/site.info + doins ${FILESDIR}/${PVR}/dict.conf + doins ${FILESDIR}/${PVR}/dictd.conf + doins ${FILESDIR}/${PVR}/site.info #startups for dictd exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/svc-dictd svc-dictd + newexe ${FILESDIR}/${PVR}/svc-dictd svc-dictd exeinto /var/lib/supervise/services/dictd - newexe ${FILESDIR}/dictd-run run + newexe ${FILESDIR}/${PVR}/dictd-run run } pkg_postinst() { |