Browse Source

Fix variable name

master
Pekka Helenius 2 years ago
parent
commit
f3b247ed57
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      debian/wineroot/winebuild.sh
  2. +1
    -1
      options.conf
  3. +1
    -1
      updatewine.sh

+ 2
- 2
debian/wineroot/winebuild.sh View File

@ -317,7 +317,7 @@ git_commithash_wine=${params[3]}
git_branch_wine=${params[7]}
git_source_wine=${params[11]}
git_source_wine-staging=${params[12]}
git_source_winestaging=${params[12]}
########################################################
@ -407,7 +407,7 @@ function girl_check() {
function getWine() {
local winesrc_url="${git_source_wine}"
local winestagingsrc_url="${git_source_wine-staging}"
local winestagingsrc_url="${git_source_winestaging}"
function cleanOldBuilds() {
if [[ $(find "${BUILDROOT}" -type d -name "winebuild_*" | wc -l) -ne 0 ]]; then


+ 1
- 1
options.conf View File

@ -17,7 +17,7 @@
git_source_dxvk="git://github.com/doitsujin/dxvk.git"
git_source_wine="git://source.winehq.org/git/wine.git"
git_source_wine-staging="git://github.com/wine-staging/wine-staging.git"
git_source_winestaging="git://github.com/wine-staging/wine-staging.git"
# DXVK commits & branches
git_commithash_dxvk=HEAD


+ 1
- 1
updatewine.sh View File

@ -203,7 +203,7 @@ gitsources=(
"${git_source_glslang}" # 9
"${git_source_meson}" # 10
"${git_source_wine}" # 11
"${git_source_wine-staging}" # 12
"${git_source_winestaging}" # 12
)
#############################


Loading…
Cancel
Save