Przeglądaj źródła

Fix createrepo build target

bryan 2 lat temu
rodzic
commit
8b01ba3ced
1 zmienionych plików z 1 dodań i 1 usunięć
  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"