X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=4a683017682e68535174b18b73480bcad16a83d7;hp=0aed77ed9a7cd0624ecd61715068fd8f84a34956;hb=fb6d43045e8a03c6f0ca00228f4b0b493393bd66;hpb=644f7bd9efceda1d9bb4c0985b02c3a98241844c diff --git a/grml-live b/grml-live index 0aed77e..4a68301 100755 --- a/grml-live +++ b/grml-live @@ -1221,7 +1221,7 @@ fi # create md5sum file: if [ -z "$BOOTSTRAP_ONLY" ] ; then ( cd $BUILD_OUTPUT/GRML/"${GRML_NAME}" && - find .. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; > md5sums ) + find ../.. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; > md5sums ) fi # }}}