diff --git a/mingw-w64-python-mistune/PKGBUILD b/mingw-w64-python-mistune/PKGBUILD index 94f1a47dba..7caace31e7 100644 --- a/mingw-w64-python-mistune/PKGBUILD +++ b/mingw-w64-python-mistune/PKGBUILD @@ -36,7 +36,6 @@ package() { ${MINGW_PREFIX}/bin/python setup.py install \ --prefix=${MINGW_PREFIX} --root=${pkgdir} --optimize=1 --skip-build - find "${pkgdir}/" -name "*.pyc" -delete find "${pkgdir}/" -type d -empty -delete install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"