From 5614abf0a424d36cd5209e9e3f6853a2fb8f11fe Mon Sep 17 00:00:00 2001 From: Reagan Lopez Date: Mon, 4 May 2020 16:01:29 -0700 Subject: [PATCH] [init] Remove reference to local-yum directory Remove the reference to the local-yum directory as it is not being used anywhere in the codebase. Signed-off-by: Reagan Lopez --- build/init-env.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/init-env.sh b/build/init-env.sh index 177c050..30f93b6 100755 --- a/build/init-env.sh +++ b/build/init-env.sh @@ -31,8 +31,6 @@ mkdir -p "${WORK_DIR}"/release/{config,images} mkdir -p "${PKGS_DIR}" mkdir -p "${MIXER_DIR}" -rm -rf "${MIXER_DIR}/local-yum" -mkdir -p "${MIXER_DIR}/local-yum" mkdir -p "${STAGING_DIR}" log_line "OK!" 1