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