Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-bullet
/
bullet-i686.install
blob: f860a556904c6695bdf010a0232262499fe330ba [
file
] [
log
] [
blame
] [
edit
]
post_install
()
{
cd mingw32
local
_prefix
=
$
(
pwd
-
W
)
cd
-
for
f
in
mingw32
/
lib
/
cmake
/
bullet
/*.cmake; do
sed -e "s|/mingw32|${_prefix}|g" -i ${f}
done
}
post_upgrade() {
post_install
}