Ver Fonte

Fix createrepo build target

bryan há 2 anos atrás
pai
commit
8b01ba3ced
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

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