From: Michael Prokop Date: Wed, 10 Aug 2011 20:30:26 +0000 (+0200) Subject: Do not complain about missing addons_list.cfg file. X-Git-Tag: v0.15.1~5 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=990cf8d17f517f619e9c3887e60a4e3d19f70583 Do not complain about missing addons_list.cfg file. --- diff --git a/grml-live b/grml-live index 695ea2a..9e35a3d 100755 --- a/grml-live +++ b/grml-live @@ -816,7 +816,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then done # generate addon list - rm "${BUILD_OUTPUT}/${ADDONS_LIST_FILE}" + rm -f "${BUILD_OUTPUT}/${ADDONS_LIST_FILE}" for name in "${BUILD_OUTPUT}"/boot/isolinux/addon_*.cfg ; do include_name=$(basename "$name") echo "include $include_name" >> "${BUILD_OUTPUT}/${ADDONS_LIST_FILE}"