Assuring the base dir exists Bug fix where the basedir is created to prevent errors.
1 files changed, 4 insertions(+), 0 deletions(-) M type/__evilham_buildbot/manifest
M type/__evilham_buildbot/manifest => type/__evilham_buildbot/manifest +4 -0
@@ 9,6 9,10 @@ if [ "${conf_source}" = "_" ]; then conf_source="${__object:?}/stdin" fi +# Make sure the basedir exists + +__directory "${BASE_DIR}" --parents + # Main package __package "${PY}-buildbot" pkg_require="__package/${PY}-buildbot"