diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-09 18:32:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-09 18:32:46 +0000 |
commit | 877e2e0ed2788d7c42fa7c55af685be665004c02 (patch) | |
tree | 6ea8ec0e9857f8c9dd0143a2443d5790cebd38e1 /sys-apps | |
parent | Fix use invocation (diff) | |
download | historical-877e2e0ed2788d7c42fa7c55af685be665004c02.tar.gz historical-877e2e0ed2788d7c42fa7c55af685be665004c02.tar.bz2 historical-877e2e0ed2788d7c42fa7c55af685be665004c02.zip |
fix path to crontab #53418
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fcron/fcron-2.0.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fcron/fcron-2.0.0-r4.ebuild b/sys-apps/fcron/fcron-2.0.0-r4.ebuild index 411e8613f1d1..c3f107408543 100644 --- a/sys-apps/fcron/fcron-2.0.0-r4.ebuild +++ b/sys-apps/fcron/fcron-2.0.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r4.ebuild,v 1.4 2004/04/18 21:14:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r4.ebuild,v 1.5 2004/06/09 18:32:46 vapier Exp $ inherit eutils @@ -67,7 +67,7 @@ src_install() { newexe ${FILESDIR}/fcron.rc6 fcron dodir /etc - install -o root -g root -m 0644 ${FILESDIR}/crontab-2.0.0-r4 ${D}/etc/crontab + install -o root -g root -m 0644 ${FILESDIR}/crontab ${D}/etc/crontab } pkg_postinst() { |