Explorar el Código

Switch from tags to branch

bryan hace 2 años
padre
commit
03db94e20d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -635,7 +635,7 @@ fromSource() {
         git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" master
     else
         gitworktreedir="$SRCDIR/$profile/$RELEASE"
-        git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "v$RELEASE"
+        git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "openwrt-${RELEASE%.*}"
     fi
 
     seed_file="$gitworktreedir/.config"