From: Fredrik Fornwall Date: Tue, 23 Aug 2016 19:47:50 +0000 (-0400) Subject: git: Fixup massage step to remove bin/perl* X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/cae39d9d66ab71c43ef0c90923dfd3f5bfb823cf?ds=sidebyside git: Fixup massage step to remove bin/perl* --- 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