Update mingw-w64-python-astor/PKGBUILD

Co-authored-by: Christopher Degawa <ccom@randomderp.com>
This commit is contained in:
Schala
2020-08-16 19:26:43 -07:00
committed by GitHub
parent 33ce1e032e
commit bbd55520dc

View File

@@ -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"