diff options
author | 2001-01-20 01:13:36 +0000 | |
---|---|---|
committer | 2001-01-20 01:13:36 +0000 | |
commit | fca559b73902f67a85119479e81f8958bf7b05ec (patch) | |
tree | ca8e6f0eb32ad7858c150b244e6037fc9ad50cf8 /sys-apps | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.gz gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.bz2 gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/files/crontab | 2 | ||||
-rw-r--r-- | sys-apps/shadow/shadow-20001016.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/sharutils/sharutils-4.2.1-r2.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/baselayout/files/crontab b/sys-apps/baselayout/files/crontab index a88edffb3888..0fe4c2b663e9 100644 --- a/sys-apps/baselayout/files/crontab +++ b/sys-apps/baselayout/files/crontab @@ -1,6 +1,6 @@ # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly # --*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons +*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons 0 0 * * * rm -f /var/cron/lastrun/cron.daily 0 0 * * 6 rm -f /var/cron/lastrun/cron.weekly 0 0 1 * * rm -f /var/cron/lastrun/cron.monthly diff --git a/sys-apps/shadow/shadow-20001016.ebuild b/sys-apps/shadow/shadow-20001016.ebuild index 18da7eef4ef1..f376bb01b29e 100644 --- a/sys-apps/shadow/shadow-20001016.ebuild +++ b/sys-apps/shadow/shadow-20001016.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/shadow/shadow-20001016.ebuild,v 1.1 2001/01/18 18:31:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -25,7 +25,7 @@ src_compile() { src_install() { cd ${S} - try make install prefix=${D}/usr exec_prefix=${D} + try make install prefix=${D}/usr mandir=${D}/usr/man exec_prefix=${D} mv ${D}/lib ${D}/usr dosed "s:/lib:/usr/lib:" /usr/lib/libshadow.la cd ${D}/usr/sbin diff --git a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild index b03a73006741..581dd3bd20a8 100644 --- a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild +++ b/sys-apps/sharutils/sharutils-4.2.1-r2.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/sharutils/sharutils-4.2.1-r2.ebuild,v 1.1 2001/01/18 21:38:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $ P=sharutils-4.2.1 A=${P}.tar.gz @@ -34,7 +34,7 @@ src_install() { cd ${D}/usr/share/locale for i in *. do - mv ${i} ${i%%.} + rm -rf ${i} done rm -rf ${D}/usr/lib cd ${S} |