diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-30 11:31:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-30 11:31:38 +0000 |
commit | 92cd55bc37862184fcb1e59eae70927978774af4 (patch) | |
tree | 1fedf8353689b62acfecc1010ea3abe435a5181e /sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild | |
parent | initial commit (diff) | |
download | gentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.tar.gz gentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.tar.bz2 gentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.zip |
fix keepdir #39821
Diffstat (limited to 'sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild')
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild index fd44db87faff..a77ba5a79b6d 100644 --- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.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/vixie-cron/vixie-cron-3.0.1-r3.ebuild,v 1.5 2004/01/29 04:42:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild,v 1.6 2004/01/30 11:28:32 vapier Exp $ inherit eutils @@ -56,7 +56,7 @@ src_install() { dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS diropts -m0755 ; dodir /etc/cron.d - touch ${D}/etc/cron.d/.keep + keepdir /etc/cron.d exeinto /etc/init.d newexe ${FILESDIR}/vixie-cron.rc6 vixie-cron |