diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:09:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:09:50 +0000 |
commit | 9e5dc08d9a1109f15ab91fb13c434b4d63248370 (patch) | |
tree | 5fd8f014beb8797995e0bc973e04ce57197b49df | |
parent | a422f83c72dc4190ba86a3aaf9a7f177b9672304 (diff) |
use arch -ks instead of arch -s (on them all)
-rw-r--r-- | distrib/i386/floppies/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list index 167cce61cae..0ca2cc0e176 100644 --- a/distrib/i386/floppies/common/list +++ b/distrib/i386/floppies/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.27 2002/04/21 06:53:06 deraadt Exp $ +# $OpenBSD: list,v 1.28 2002/04/21 17:09:49 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -81,7 +81,7 @@ COPY ${CURDIR}/../common/termcap.vt usr/share/misc/termcap # and the installation tools SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../common/dot.profile > .profile -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../../miniroot/upgrade.sh > upgrade SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../../miniroot/install.sh > install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub |