From 9e5dc08d9a1109f15ab91fb13c434b4d63248370 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 21 Apr 2002 17:09:50 +0000 Subject: use arch -ks instead of arch -s (on them all) --- distrib/i386/floppies/common/list | 4 ++-- 1 file 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 -- cgit v1.2.3