diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-11 17:19:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-11 17:19:32 (GMT) |
commit | cba152f0a94680ed3558bf1c46a459e7a5e5680e (patch) | |
tree | 7a6d7a3cd880bd6b9e011cf7b37d177f5041f73e /build_tools | |
parent | 356523ab4b3d740e6834447db6f4d91219da3ed6 (diff) | |
download | linhes_dev-cba152f0a94680ed3558bf1c46a459e7a5e5680e.zip |
add profile name to "finish" message
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/go.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/go.sh b/build_tools/go.sh index ccdfa94..4cbea8b 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -22,5 +22,5 @@ pwd ls echo "Running ./mklarch -f -p larch/profiles/$profile" time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile -echo "your iso has been moved to /tmp/testcd-2.iso" +echo "your $profile iso has been moved to /tmp/testcd-2.iso" mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso |