diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
commit | 78a43022b547d717568e958139aa705d1d7a5be0 (patch) | |
tree | fefedcbc5ee18e9d3febe5d280b211a2962b2a80 /distrib/sparc64/ramdisk/list | |
parent | f6ae89b952e1791fbdcf478f107fe2228f2b4b4f (diff) |
use one common dot.profile for all
Diffstat (limited to 'distrib/sparc64/ramdisk/list')
-rw-r--r-- | distrib/sparc64/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/ramdisk/list b/distrib/sparc64/ramdisk/list index 644b1d80130..24ddbcc4983 100644 --- a/distrib/sparc64/ramdisk/list +++ b/distrib/sparc64/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.11 2002/04/21 07:30:58 deraadt Exp $ +# $OpenBSD: list,v 1.12 2002/04/22 02:43:16 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -71,7 +71,7 @@ SYMLINK /tmp/hosts etc/hosts COPY ${TOPDIR}/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' < ${CURDIR}/../../miniroot/dot.profile > .profile 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/install.sh > install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade |