summaryrefslogtreecommitdiffstats
path: root/build_tools/go.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-11 17:19:32 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-11 17:19:32 (GMT)
commitcba152f0a94680ed3558bf1c46a459e7a5e5680e (patch)
tree7a6d7a3cd880bd6b9e011cf7b37d177f5041f73e /build_tools/go.sh
parent356523ab4b3d740e6834447db6f4d91219da3ed6 (diff)
downloadlinhes_dev-cba152f0a94680ed3558bf1c46a459e7a5e5680e.zip
add profile name to "finish" message
Diffstat (limited to 'build_tools/go.sh')
-rwxr-xr-xbuild_tools/go.sh2
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