Fix createrepo build target

This commit is contained in:
2023-04-12 14:49:19 -04:00
parent 4435606de2
commit 8b01ba3ced

View File

@@ -331,7 +331,7 @@ parseInput() {
--createrepo) --createrepo)
BUILD_SWITCH=1 BUILD_SWITCH=1
CREATEREPO_SWITCH=1 CREATEREPO_SWITCH=1
shift && REPO_TARGET="$1" shift && REPO_TARGET="$1" && BUILD_TARGET="$1"
;; ;;
--createrepo-webroot) --createrepo-webroot)
shift && CREATEREPO_WEBROOT="$1" shift && CREATEREPO_WEBROOT="$1"