Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Tue Oct 30 00:45:28 2007 +0100 (13 months ago) | |
| changeset 238 | 36241bbb7f08 |
| manifest | 36241bbb7f08 |
| parent 237 | 3f49cd547c26 |
| child 239 | 74cf56ab2855 |
--- a/grml-live Tue Oct 30 00:32:31 2007 +0100+++ b/grml-live Tue Oct 30 00:45:28 2007 +0100@@ -465,7 +465,7 @@ if [ -f "$BUILD_OUTPUT"/live/grml.squashlog "$BUILD_OUTPUT/live exists already, skipping stage 'squashfs'"ewarn "$BUILD_OUTPUT/live exists already, skipping stage 'squashfs'" ; eend 0else- mkdir "$BUILD_OUTPUT"/live+ [ -d "$BUILD_OUTPUT"/live ] || mkdir "$BUILD_OUTPUT"/livemksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappendlog "Finished execution of stage 'squashfs' [$(date)]"einfo "Finished execution of stage 'squashfs'" ; eend 0