diff options
Diffstat (limited to 'sys-apps')
-rwxr-xr-x | sys-apps/baselayout/files/run-crons | 4 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.16.1.ebuild | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/run-crons b/sys-apps/baselayout/files/run-crons index 39e1544314bd..1b9c19cf83b9 100755 --- a/sys-apps/baselayout/files/run-crons +++ b/sys-apps/baselayout/files/run-crons @@ -45,3 +45,7 @@ done # +touch /var/cron/lastrun +find /var/cron/lastrun -newer /var/cron/lastrun | \ + xargs --no-run-if-empty rm + diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild index 112a893f9bef..2d547dc6af1c 100644 --- a/sys-apps/groff/groff-1.16.1.ebuild +++ b/sys-apps/groff/groff-1.16.1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.2 2000/08/28 06:05:03 achim Exp $ P=groff-1.16.1 A=${P}.tar.gz @@ -24,6 +24,8 @@ src_install() { into /usr dodoc NEWS PROBLEMS PROJECTS README TODO VERSION BUG-REPORT COPYING ChangeLog make prefix=${D}/usr install + + prepman } |