diff --git a/main.sh b/main.sh index 698f489..7d21d21 100755 --- a/main.sh +++ b/main.sh @@ -11,7 +11,8 @@ VERSION="9.14" # Clone Upstream git clone --depth=1 -b wine-"$VERSION" https://gitlab.winehq.org/wine/wine # Clone staging patches -git clone --depth=1 -b "$VERSION" https://gitlab.winehq.org/wine/wine-staging +git clone --depth=1 -b v"$VERSION" https://gitlab.winehq.org/wine/wine-staging +cd ./wine-staging ./staging/patchinstall.py DESTDIR="../wine" --all cd ../ cp -rvf ./debian ./wine/