Files
MINGW-packages/mingw-w64-python-wheel/wheel3-i686.install
J. Peter Mugaas 26718f8183 mingw-w64-python-wheel - 0.0.0 - New package - A built-package format… (#3376)
* mingw-w64-python-wheel - 0.0.0 - New package - A built-package format for Python

* Added myself to maintiner feild.  Added opt depends for some future packages that I am working on at the moment along with their prerequisits.
2018-02-13 12:25:12 +03:00

15 lines
221 B
Plaintext

post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
local _it
for _it in wheel; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}-script.py
done
}
post_upgrade() {
post_install
}