1
0

win build: clear $CONTRIB_WINE/dist between builds

This commit is contained in:
SomberNight
2022-08-05 17:53:20 +02:00
parent 150ebe116a
commit 787dd69282
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ CONTRIB_WINE="$CONTRIB/build-wine"
. "$CONTRIB"/build_tools_util.sh . "$CONTRIB"/build_tools_util.sh
info "Clearing $CONTRIB_WINE/dist..."
rm -rf "$CONTRIB_WINE"/dist/*
DOCKER_BUILD_FLAGS="" DOCKER_BUILD_FLAGS=""
if [ ! -z "$ELECBUILD_NOCACHE" ] ; then if [ ! -z "$ELECBUILD_NOCACHE" ] ; then

View File

@@ -106,9 +106,9 @@ if test -f "dist/$win1"; then
else else
pushd . pushd .
if test -f "contrib/build-wine/dist/$win1"; then if test -f "contrib/build-wine/dist/$win1"; then
info "unsigned file exists: $win1" info "unsigned file exists: $win1"
else else
./contrib/build-wine/build.sh ./contrib/build-wine/build.sh
fi fi
cd contrib/build-wine/ cd contrib/build-wine/
if [ ! -z "$RELEASEMANAGER" ] ; then if [ ! -z "$RELEASEMANAGER" ] ; then