Browse Source

git: Fixup massage step to remove bin/perl*

android-5
Fredrik Fornwall 8 years ago
parent
commit
cae39d9d66
  1. 4
      packages/git/build.sh

4
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

Loading…
Cancel
Save