summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-10-06 18:35:51 +0200
committerMichel Zou2021-10-06 18:35:51 +0200
commit5f0f1f8c5ce679e178596b67223b7860e1860c22 (patch)
treea69aaef9e5ff5568ace73776b9e6d8cff4b53361 /PKGBUILD
parentb8c2c0f56e104e9527452fd82076b02476f88234 (diff)
downloadaur-mingw-w64-python38-bin.tar.gz
pushd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab0d9051ee71..f1696f4d2326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,6 @@ package() {
install -m644 python${_pybasever}.zip "$pkgdir"/usr/${_arch}/bin/
install -d "$pkgdir"/usr/bin
install -m755 ${_arch}-python${_pybasever}-bin "$pkgdir"/usr/bin
- pushd "$pkgdir"/usr/${_arch}/bin/
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
done
}