diff options
author | 1996-10-19 00:05:42 +0000 | |
---|---|---|
committer | 1996-10-19 00:05:42 +0000 | |
commit | 4f33bfbb5d8d277e31e447ecee80ab096a52ca2d (patch) | |
tree | 6de304506e397c0475aa79376bb271b0bdd72046 | |
parent | clone i386 install (diff) | |
download | wireguard-openbsd-4f33bfbb5d8d277e31e447ecee80ab096a52ca2d.tar.xz wireguard-openbsd-4f33bfbb5d8d277e31e447ecee80ab096a52ca2d.zip |
binstall and friends on floppy too
-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 |