From 24627040652fb5470c1fd956c3dc603695c2176f Mon Sep 17 00:00:00 2001 From: Christian Bayle Date: Thu, 25 Mar 2010 17:26:27 +0000 Subject: [PATCH] Make possible to build install cd on several arch --- tools/simple-cdd/profiles/fusionforge.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/simple-cdd/profiles/fusionforge.conf b/tools/simple-cdd/profiles/fusionforge.conf index 315ce4b..3436217 100644 --- a/tools/simple-cdd/profiles/fusionforge.conf +++ b/tools/simple-cdd/profiles/fusionforge.conf @@ -8,6 +8,8 @@ export OFFICIAL_VAL=0 export OMIT_MANUAL=1 export OMIT_RELEASE_NOTES=1 +export simple_cdd_temp="$simple_cdd_dir/tmp.$(dpkg --print-architecture)/" + # location of the CD image (used with qemu's -cdrom option) cd_img="$OUT/${CDNAME:-debian}-$(echo $DEBVERSION | sed -e 's/[. ]//g')-$(echo $ARCHES | tr ' ' '-')-CD-1.iso" -- 2.1.4