From f3b247ed571e2e874866297aaba87db806b4f1d7 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Fri, 4 Feb 2022 13:56:17 +0200 Subject: [PATCH] Fix variable name --- debian/wineroot/winebuild.sh | 4 ++-- options.conf | 2 +- updatewine.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/wineroot/winebuild.sh b/debian/wineroot/winebuild.sh index 3456f4f..ddde407 100755 --- a/debian/wineroot/winebuild.sh +++ b/debian/wineroot/winebuild.sh @@ -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 diff --git a/options.conf b/options.conf index 5e75c88..be08fa4 100644 --- a/options.conf +++ b/options.conf @@ -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 diff --git a/updatewine.sh b/updatewine.sh index 05d492c..1a539e6 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -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 ) #############################