Browse Source

Script cleanup

master
Fincer 5 years ago
parent
commit
dfe4d18762
4 changed files with 15 additions and 8 deletions
  1. +4
    -2
      arch/updatewine_arch.sh
  2. +4
    -1
      debian/dxvkroot/dxvkbuild.sh
  3. +3
    -0
      debian/updatewine_debian.sh
  4. +4
    -5
      debian/wineroot/winebuild.sh

+ 4
- 2
arch/updatewine_arch.sh View File

@ -22,6 +22,10 @@
########################################################
# Root directory of this script file
ARCH_BUILDROOT="${PWD}"
# datedir variable supplied by ../updatewine.sh script file
datedir="${1}"
########################################################
@ -67,8 +71,6 @@ done
###########################################################
ARCH_BUILDROOT="${PWD}"
function Arch_intCleanup() {
rm -rf ${ARCH_BUILDROOT}/{0-wine-staging-git/{wine-patches,*.tar.xz},0-dxvk-git/{dxvk-git,*.tar.xz}}
exit 0


+ 4
- 1
debian/dxvkroot/dxvkbuild.sh View File

@ -22,9 +22,12 @@
########################################################
datedir="${1}"
# Root directory of this script file
DXVKROOT="${PWD}"
# datedir variable supplied by ../updatewine_debian.sh script file
datedir="${1}"
###########################################################
# Parse input arguments


+ 3
- 0
debian/updatewine_debian.sh View File

@ -22,7 +22,10 @@
########################################################
# Root directory of this script file
ROOTDIR="${PWD}"
# datedir variable supplied by ../updatewine.sh script file
datedir="${1}"
########################################################


+ 4
- 5
debian/wineroot/winebuild.sh View File

@ -22,7 +22,10 @@
########################################################
#
# datedir variable supplied by ../updatewine_debian.sh script file
datedir="${1}"
########################################################
# Staging patchsets. Default: all patchsets.
# Applies only if Wine Staging is set to be compiled
@ -31,10 +34,6 @@ staging_patchsets=(--all)
########################################################
datedir="${1}"
########################################################
# Parse input arguments
i=0


Loading…
Cancel
Save