Procházet zdrojové kódy

Switch from tags to branch

bryan před 2 roky
rodič
revize
03db94e20d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"