From 990cf8d17f517f619e9c3887e60a4e3d19f70583 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 10 Aug 2011 22:30:26 +0200 Subject: [PATCH] Do not complain about missing addons_list.cfg file. --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.1.4