Closed Rudloff closed 5 years ago
At least on travis it builds fine now (except one issue with lost tag in one of the git submodules).
[ 12%] Generating arm-container.stamp cd /home/pierre/www/easysshfs/sshfs-world/build-universe && ./build.sh arm /bin/sh: 1: ./build.sh: not found
There are only two things that sh
could 'not found':
build-universe
is not initialized#! /bin/sh
itselfMost likely git submodule update --init --recursive should fix the problem.
Oh sorry, I totally forgot that git submodule update
is not recursive by default.
It finds it now.
Hello,
I am trying to build 0.5.1 for F-Droid (https://github.com/bobrofon/easysshfs/issues/7). I did not find any build instructions so I am following these steps: https://github.com/bobrofon/easysshfs/blob/1a4e5f27da74422827213dae25a966422d686bcf/.travis.yml#L16
But
make
fails with the following error:Am I missing something?