diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-13 12:21:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-13 12:21:18 +0000 |
commit | 3ae5739f2369d38511debee8748319cf244bebaa (patch) | |
tree | 3a4c271121ac952c86ae4900a11b32f6117cd05f | |
parent | 25d293866428e16eeca6db5b837b3b952197b7ad (diff) |
755 upgrade too
-rw-r--r-- | distrib/powerpc/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list index 3dd5c38496a..d0646b2d4de 100644 --- a/distrib/powerpc/ramdisk/list +++ b/distrib/powerpc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.16 2000/08/08 01:08:08 deraadt Exp $ +# $OpenBSD: list,v 1.17 2000/10/13 12:21:17 deraadt Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -98,4 +98,4 @@ COPY ${CURDIR}/../../miniroot/install.sh install COPY ${CURDIR}/../../miniroot/upgrade.sh upgrade #SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/install.sub > install.sub SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../miniroot/install.sub > install.sub -SPECIAL chmod 755 install +SPECIAL chmod 755 install upgrade |