diff --git a/mingw-w64-python-astor/PKGBUILD b/mingw-w64-python-astor/PKGBUILD index 22d60a3c69..647659a278 100644 --- a/mingw-w64-python-astor/PKGBUILD +++ b/mingw-w64-python-astor/PKGBUILD @@ -37,7 +37,7 @@ check() { package() { cd "${srcdir}/python-build-${CARCH}" - MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ + MSYS2_ARG_CONV_EXCL="--prefix=" \ ${MINGW_PREFIX}/bin/python setup.py install --prefix=${MINGW_PREFIX} \ --root="${pkgdir}" --optimize=1 --skip-build install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"