Files
MINGW-packages/mingw-w64-libssh/libssh-x86_64.install

13 lines
200 B
Plaintext

post_install() {
cd mingw64
local _prefix=$(pwd -W)
cd -
for f in mingw64/lib/cmake/libssh/*.cmake; do
sed -e "s|/mingw64|${_prefix}|g" -i ${f}
done
}
post_upgrade() {
post_install
}