From 07864d00390eae694e1f2a47a3ead5a3879542bc Mon Sep 17 00:00:00 2001 From: age Date: Wed, 19 Oct 2005 12:16:31 +0000 Subject: [PATCH] iso burning decision --- scripts/cbox-build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/cbox-build.sh b/scripts/cbox-build.sh index e12f6a5..6baa770 100755 --- a/scripts/cbox-build.sh +++ b/scripts/cbox-build.sh @@ -109,7 +109,10 @@ function configure_cb() function blanknburn_cdrw() { cdrecord -v dev=$CDWRITER blank=fast - cdrecord -v dev=$CDWRITER $IMAGEZ_FILE + if [ -e "$IMAGEZ_FILE" ]; then + $IMAGE_FILE=$IMAGEZ_FILE + fi + cdrecord -v dev=$CDWRITER $IMAGE_FILE } ################ do it! ######################