From 836ba18991af12dd5094a79a3777bb736857f18a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Dec 2013 01:41:09 +0100 Subject: wibble --- preseed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preseed.sh') diff --git a/preseed.sh b/preseed.sh index cc617a4..3fbc329 100755 --- a/preseed.sh +++ b/preseed.sh @@ -46,7 +46,7 @@ rsync -aL ./include/ "$isoeditdir/include"/ find ./include \( \! -name '.*' -a -type f \) -print0 | \ xargs -r0 md5sum >> "$isoeditdir/md5sum.txt" -# TODO: that's ugly +# XXX: that's ugly dist=$(for x in "$isoeditdir"/dists/*; do [ -h "$x" ] && continue; [ -d "$x" ] && echo ${x##*/} && break; done) arch=$(for x in "$isoeditdir/dists/$dist/main"/binary-*; do test -d "$x" && echo ${x##*/binary-} && break; done) packages="dists/$dist/main/debian-installer/binary-$arch/Packages" -- cgit v1.2.3