diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 22:21:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 22:21:13 +0000 |
commit | 3d688a2972ccb0653efc2ba166906a21377839ad (patch) | |
tree | 07a604080b9fb574063fc15c60bd468e18fe2fac /sys-apps/logwatch | |
parent | Stable on alpha + ia64, bug 88836. (diff) | |
download | gentoo-2-3d688a2972ccb0653efc2ba166906a21377839ad.tar.gz gentoo-2-3d688a2972ccb0653efc2ba166906a21377839ad.tar.bz2 gentoo-2-3d688a2972ccb0653efc2ba166906a21377839ad.zip |
fix cron install #91669
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-apps/logwatch')
-rw-r--r-- | sys-apps/logwatch/logwatch-6.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/logwatch/logwatch-6.0.2.ebuild b/sys-apps/logwatch/logwatch-6.0.2.ebuild index 8bd957aa7e0e..33bb0669e754 100644 --- a/sys-apps/logwatch/logwatch-6.0.2.ebuild +++ b/sys-apps/logwatch/logwatch-6.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-6.0.2.ebuild,v 1.1 2005/04/29 01:42:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logwatch/logwatch-6.0.2.ebuild,v 1.2 2005/05/06 22:21:13 vapier Exp $ DESCRIPTION="Analyzes and Reports on system logs" HOMEPAGE="http://www.logwatch.org/" @@ -52,7 +52,7 @@ src_install() { doins conf/services/* exeinto /etc/cron.daily - newexe ${FILESDIR}/logwatch.cron logwatch + newexe "${FILESDIR}"/logwatch logwatch doman logwatch.8 dodoc License project/CHANGES README HOWTO-Make-Filter |