Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
7e3d16eebd
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

@@ -29,7 +29,7 @@ source setup/versions.sh

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

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



Loading…
Cancel
Save