about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2012-07-06 15:43:39 +0200
committerJuan RP <xtraeme@gmail.com>2012-07-06 15:43:39 +0200
commit08418a0762da8469005a1d58235221818fee3204 (patch)
tree4c136b77a1c8a242dda39aba6f007234746a2f49 /mklive.sh.in
parentaf2db6f6f956e2633f28a80373b1fdac7ec6cc21 (diff)
downloadhrmpf-08418a0762da8469005a1d58235221818fee3204.tar.gz
hrmpf-08418a0762da8469005a1d58235221818fee3204.tar.xz
hrmpf-08418a0762da8469005a1d58235221818fee3204.zip
mklive.sh.in: tyop fix.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 008ecf0..5320cb8 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -438,7 +438,7 @@ mksquashfs "$BUILDDIR/tmp" "$BUILDDIR/LiveOS/squashfs.img" \
 	-comp ${COMPRESSTYPE} 2>&1 | cat >> $LOGFILE || error_out
 chmod 444 "$BUILDDIR/LiveOS/squashfs.img" || error_out $?
 
-info_msg "[8/9] Removing rootfs directory..."
+info_msg "[8/10] Removing rootfs directory..."
 rm -rf "$ROOTFS" "$BUILDDIR/tmp-rootfs" "$BUILDDIR/tmp" || error_out $?
 
 #