git: Fixup massage step to remove bin/perl*

This commit is contained in:
Fredrik Fornwall 2016-08-23 15:47:50 -04:00
parent 69685781db
commit cae39d9d66
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ termux_step_post_make_install () {
}
termux_step_post_massage () {
# Remove perl if the symlink setup in pre_configure
# causes it to be included.
rm -Rf bin/perl*
if [ ! -f libexec/git-core/git-remote-https ]; then
echo "ERROR: Built without https support"
exit 1