Explorar el Código

Fix createrepo build target

bryan hace 2 años
padre
commit
8b01ba3ced
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"