diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-19 00:05:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-19 00:05:43 +0000 |
commit | 5b2321c29cd7987e8a29a67c23ce84a7d3af82d0 (patch) | |
tree | cbc280160b299b6c73e766dcec605813f79b5d05 /distrib/sparc | |
parent | 2caae56d778495b7075ac3cab346ce4714c7ce57 (diff) |
binstall and friends on floppy too
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/floppies/inst/list | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/sparc/floppies/inst/list b/distrib/sparc/floppies/inst/list index a91f4ddfbc2..555733b6150 100644 --- a/distrib/sparc/floppies/inst/list +++ b/distrib/sparc/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1995/10/27 22:39:51 deraadt Exp $ +# $Id: list,v 1.2 1996/10/19 00:05:42 deraadt Exp $ # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall @@ -8,4 +8,8 @@ COPY dot.profile .profile COPY dot.instutils .instutils COPY install.sh install #COPY dot.hdprofile tmp/.hdprofile + +# we need the contents of /usr/mdec +COPYDIR ${DESTDIR}/usr/mdec usr/mdec + SPECIAL chmod 755 install |