diff --git a/build.sh b/build.sh index 65f5e3d3..1bdacbf7 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,10 @@ # Script to build one arch -. CONF.sh +if [ -z "$CF" ] ; then + CF=CONF.sh +fi +. $CF if [ -n "$1" ] ; then export ARCH=$1 diff --git a/debian/changelog b/debian/changelog index 72aef1fd..68c992a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ debian-cd (2.2.18) UNRELEASED; urgency=low - Try to create $(OUT) instead of just bailing out if it is missing. - Missing b-f documentation is not a fatal error. Keep building if it is missing. + - Make it possible to give different CONF.sh files to build.sh. * Stephen R. Marenka - Update m68k support for sarge. - Fix m68k/amiga icons.