annotate 3rdparty/packages/basic09/install6309 @ 2855:e126b9acab32 lwtools-port

rules.mak: Do not hardcode path for "echo" It is basically the only tool with full path here and I don't see any reason for it. We don't use special echo options that would fail on the shell built-in echo. Also don't hardcode path for losetup. sudo should make sure you have the relevant location in your path, and that the path is sanitized, otherwise your sudo setup is broken.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 11:30:31 +0200
parents 341ce07bdcf2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
495
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
1 -x
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
2 t
500
2a109644a349 Touched up script messages a bit
boisy
parents: 499
diff changeset
3 **********************************************
738
7bac2d08d4bd Made more explicit ReadMe
boisy
parents: 683
diff changeset
4 * Basic09 Install Script for the CoCo w/ 6309
500
2a109644a349 Touched up script messages a bit
boisy
parents: 499
diff changeset
5 * Files are copied to the /DD device
495
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
6 *
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
7 * Copying commands to /DD/CMDS
884
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
8 copy -r CMDS/basic09_6309 /DD/CMDS/basic09
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
9 copy -r CMDS/runb_6309 /DD/CMDS/runb
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
10 copy -r CMDS/gfx /DD/CMDS/gfx
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
11 copy -r CMDS/gfx2 /DD/CMDS/gfx2
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
12 copy -r CMDS/inkey /DD/CMDS/inkey
341ce07bdcf2 Installation scripts
boisy
parents: 738
diff changeset
13 copy -r CMDS/syscall /DD/CMDS/syscall
495
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
14 * All Done!
26d57ed79372 Incorporated new version number for basic09
boisy
parents: 494
diff changeset
15