diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-01 21:58:45 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-01 21:58:45 +0000 |
commit | 165420de80e3f46e70ca5b2633c2521eae263340 (patch) | |
tree | 910a399a95919aea5c67eeb1423e51f8b30e11ed /sys-apps/at | |
parent | Deps and rc3 fixes (diff) | |
download | historical-165420de80e3f46e70ca5b2633c2521eae263340.tar.gz historical-165420de80e3f46e70ca5b2633c2521eae263340.tar.bz2 historical-165420de80e3f46e70ca5b2633c2521eae263340.zip |
Deps and rc3 fixes
Diffstat (limited to 'sys-apps/at')
-rw-r--r-- | sys-apps/at/at-3.1.8-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/at/at-3.1.8-r1.ebuild b/sys-apps/at/at-3.1.8-r1.ebuild index 6e2f58bc2957..b6ef81738756 100644 --- a/sys-apps/at/at-3.1.8-r1.ebuild +++ b/sys-apps/at/at-3.1.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.6 2000/12/01 01:37:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.7 2000/12/01 21:58:45 achim Exp $ A="${P}.tar.bz2 ${P}.dif" S=${WORKDIR}/${P} @@ -17,8 +17,8 @@ RDEPEND="$DEPEND src_compile() { try ./configure --host=${CHOST} --sysconfdir=/etc/at \ - --with-jobdir=/var/spool/cron/atjobs \ - --with-atspool=/var/spool/cron/atspool \ + --with-jobdir=/var/cron/atjobs \ + --with-atspool=/var/cron/atspool \ --with-etcdir=/etc/at try pmake @@ -44,9 +44,9 @@ src_install() { dosbin atd atrun for i in atjobs atspool do - dodir /var/spool/cron/${i} - fperms 700 /var/spool/cron/${i} - fowners daemon.daemon /var/spool/cron/${i} + dodir /var/cron/${i} + fperms 700 /var/cron/${i} + fowners daemon.daemon /var/cron/${i} done doman at.1 at_allow.5 atd.8 atrun.8 dodoc COPYING ChangeLog Copyright |