diff --git a/create_test_dvds.sh b/create_test_dvds.sh index 956a0bd5..38350fb9 100644 --- a/create_test_dvds.sh +++ b/create_test_dvds.sh @@ -38,6 +38,10 @@ function regenerate_pl() { p=$(mktemp) tdir=$CODIR/co/$prj/Test-DVD-x86_64 + if [ ! -d "$tdir" ]; then + mkdir -p "$tdir" + osc co -o "$tdir" "$prj" Test-DVD-x86_64 + fi pushd $tdir > /dev/null osc up popd > /dev/null