Browse Source

Remove incorrect WINEPREFIX

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
c6f9967847
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-plugins.sh

+ 1
- 1
build-plugins.sh View File

@@ -28,7 +28,7 @@ source setup/versions.sh
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------


if [ "${WIN32}" -eq 1 ] && [ ! -d "${HOME}/.wine" ]; then if [ "${WIN32}" -eq 1 ] && [ ! -d "${HOME}/.wine" ]; then
env WINEARCH="${PAWPAW_TARGET}" WINEDLLOVERRIDES="mscoree,mshtml=" WINEPREFIX="${pkgdir}" wineboot -u
env WINEARCH="${PAWPAW_TARGET}" WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -u
fi fi


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save