generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
1bdc25ac3b
commit
f2f2eaa706
3
main.sh
3
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/
|
||||
|
Loading…
Reference in New Issue
Block a user