From 1586e5757b49f422005e9f5579bec10e983cc099 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 27 Nov 2006 03:22:34 +0000 Subject: [PATCH] Try again on .disk/cd_type --- tools/add_debs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/add_debs b/tools/add_debs index 7146f77e..2efbc79a 100755 --- a/tools/add_debs +++ b/tools/add_debs @@ -68,12 +68,12 @@ do if [ $COMPLETE = 1 ]; then if [ $DISKTYPE = DVD ]; then - echo "dvd" > .disk/cd_type + echo "dvd" > $BDIR/CD$DISK/.disk/cd_type else - echo "full_cd" > .disk/cd_type + echo "full_cd" > $BDIR/CD$DISK/.disk/cd_type fi else - echo "not_complete" > .disk/cd_type + echo "not_complete" > $BDIR/CD$DISK/.disk/cd_type fi # Sort out the udeb include and exclude files