From: Christian Bayle Date: Thu, 25 Mar 2010 17:26:27 +0000 (+0000) Subject: Make possible to build install cd on several arch X-Git-Tag: v5.1~2783 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=24627040652fb5470c1fd956c3dc603695c2176f Make possible to build install cd on several arch --- 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"