From 3b917b30599287bab4215c636512b934bdf23a3b Mon Sep 17 00:00:00 2001 From: Michelle Date: Thu, 2 Mar 2023 19:07:10 -0500 Subject: [PATCH] Correction for base directory --- type/__evilham_buildbot/manifest | 3 --- 1 file changed, 3 deletions(-) diff --git a/type/__evilham_buildbot/manifest b/type/__evilham_buildbot/manifest index 339cbb6..7612d1e 100755 --- a/type/__evilham_buildbot/manifest +++ b/type/__evilham_buildbot/manifest @@ -9,9 +9,6 @@ if [ "${conf_source}" = "_" ]; then conf_source="${__object:?}/stdin" fi -# Make sure the basedir exists - -__directory "${BASE_DIR}" --parents # Main package __package "${PY}-buildbot" -- 2.45.2