From 2d6ea355f80f9b08450bc33f69e40ffc9dc4e43d Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 18 Jul 2006 17:08:54 +0000 Subject: [PATCH] Who puts options at the END of the command line anyway? --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index 84b51c12..8e5c97ad 100755 --- a/livecd.sh +++ b/livecd.sh @@ -364,7 +364,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP} : > livecd.${FS}.sort fi - mksquashfs -sort livecd.${FS}.sort ${ROOT} livecd.${FS}.squashfs + mksquashfs ${ROOT} livecd.${FS}.squashfs -sort livecd.${FS}.sort chmod 644 livecd.${FS}.squashfs }