diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 10:56:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 10:56:23 +0000 |
commit | 9ec47285acf05a868f516e7963cbe860900cff51 (patch) | |
tree | fde8930140de7f664d5338a8b4d9b9cc37dcbc01 /distrib | |
parent | ae8bf1008101d3650f5f7d284c0821bdacf35fb4 (diff) |
access few files correctly
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/common/list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list index 0caa2770b71..1ce75252194 100644 --- a/distrib/i386/floppies/common/list +++ b/distrib/i386/floppies/common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1997/04/13 17:17:45 mickey Exp $ +# $Id: list,v 1.2 1997/04/14 10:56:22 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -62,7 +62,7 @@ SPECIAL /bin/rm instbin # copy the MAKEDEV script and make some devices COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV -SPECIAL cd dev; sh MAKEDEV floppy +SPECIAL cd dev; sh MAKEDEV ramdisk SPECIAL /bin/rm dev/MAKEDEV # we need the contents of /usr/mdec @@ -78,5 +78,5 @@ COPY ${DESTDIR}/etc/services etc/services COPY ${DESTDIR}/etc/spwd.db etc/spwd.db # and the common installation tools -COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils -COPY ${TOPDIR}/inst-common/termcap.pc3 usr/share/misc/termcap +COPY ${TOPDIR}/common/dot.commonutils .commonutils +COPY ${TOPDIR}/common/termcap.pc3 usr/share/misc/termcap |