docs: update list of supported Debian suites
[grml-live.git] / grml-live
index 0aed77e..4a68301 100755 (executable)
--- 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
 # }}}