X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/69685781db17d2de628090e5e1808f59c1f663ee..fd8dee4f1ba014c847e6682d50b2bbdcccb7942f:/packages/git/build.sh diff --git a/packages/git/build.sh b/packages/git/build.sh index 45003410..94460593 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -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