diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:21:25 +0000 |
commit | 1677350f96f4266a6979abe93bd38bcb42853488 (patch) | |
tree | 4f1a43f67e5deb531cbde46d4ba801a715be7e72 /sys-apps/vcron | |
parent | lintool fixes for #9258 (diff) | |
download | gentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.tar.gz gentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.tar.bz2 gentoo-2-1677350f96f4266a6979abe93bd38bcb42853488.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/vcron')
-rw-r--r-- | sys-apps/vcron/vcron-3.0.1-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-apps/vcron/vcron-3.0.1-r1.ebuild b/sys-apps/vcron/vcron-3.0.1-r1.ebuild index 697dfcb3d790..883044325b9a 100644 --- a/sys-apps/vcron/vcron-3.0.1-r1.ebuild +++ b/sys-apps/vcron/vcron-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.10 2002/10/04 06:32:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.11 2002/10/19 03:21:25 vapier Exp $ MY_P=${P/vcron/vixie-cron} S=${WORKDIR}/${MY_P} @@ -19,7 +19,6 @@ RDEPEND="!virtual/cron PROVIDE="virtual/cron" src_unpack() { - unpack ${A} cd ${S} @@ -30,12 +29,10 @@ src_unpack() { } src_compile() { - emake || die } src_install() { - #this does not work if the directory exists already diropts -m0750 -o root -g cron dodir /var/spool/cron/crontabs @@ -55,10 +52,9 @@ src_install() { dodoc ${FILESDIR}/crontab - insinto /usr/sbin + insinto /usr/sbin insopts -o root -g root -m 0750 ; doins cron - insinto /usr/bin + insinto /usr/bin insopts -o root -g cron -m 4750 ; doins crontab - } |