diff --git a/debian/changelog b/debian/changelog index d28c7422..b5754b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.113) lucid; urgency=low + + * fix typo + + -- LaMont Jones Sat, 27 Mar 2010 21:10:16 -0600 + livecd-rootfs (1.112) lucid; urgency=low * ltsp image needs to be readable diff --git a/livecd.sh b/livecd.sh index 57197fcf..11387dc5 100755 --- a/livecd.sh +++ b/livecd.sh @@ -658,7 +658,7 @@ Pin-Priority: 550 rm -Rf $(pwd)/ltsp-live if [ -f $(pwd)/images/ltsp-live.img ]; then mv $(pwd)/images/ltsp-live.img livecd.$FS-ltsp.squashfs - chmod 644 livecd.$FS-ltsp.squashfs + chmod 0644 livecd.$FS-ltsp.squashfs rmdir --ignore-fail-on-non-empty $(pwd)/images/ else echo "LTSP: Unable to build the chroot, see above for details."