From cae39d9d66ab71c43ef0c90923dfd3f5bfb823cf Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 23 Aug 2016 15:47:50 -0400 Subject: [PATCH] git: Fixup massage step to remove bin/perl* --- packages/git/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0