Explorar o código

Switch from tags to branch

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
03db94e20d
Modificáronse 1 ficheiros con 1 adicións e 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"