Fixes "AUTOBUILD_CONFIGURE_EXTRA: unbound variable" error message with autobuild precise targets

This commit is contained in:
Joakim Gissberg 2012-08-07 16:37:00 +02:00 committed by Adam Sutton
parent 3157a5ca1f
commit 080adf934a
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA} --arch=x86_64"
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=x86_64"
source Autobuild/debian.sh

View file

@ -1,2 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA} --arch=i686"
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=i686"
source Autobuild/debian.sh