projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make Debian build more robust
[fusionforge/fusionforge.git]
/
tests
/
scripts
/
common-functions
diff --git
a/tests/scripts/common-functions
b/tests/scripts/common-functions
index
628cdce
..
764a103
100644
(file)
--- a/
tests/scripts/common-functions
+++ b/
tests/scripts/common-functions
@@
-22,6
+22,7
@@
prepare_workspace()
export WORKSPACE=${WORKSPACE:-$WORKDIR}
export RPM_TMP=$WORKDIR/tmp
export BUILDRESULT=$WORKSPACE/build/packages
+ mkdir -p $BUILDRESULT
export BUILDERDIR=${BUILDERDIR:-$HOME/builder}
# Delete existing packages
if [ -d $WORKSPACE/build/packages ]