build-auto.sh: "git://" to "https://" required to make it work.
Opened this issue · 0 comments
TurtleWilly commented
Using the build-auto.sh
it failed until I changed git clone git://github.com/mkrufky/libdvbpsi.git
into git clone https://github.com/mkrufky/libdvbpsi.git
in line 28.
With "git://" it failed to fetch anything, then it continued, and the further build process went weird. The script probably should check if the git checkout process went OK or not and then abort instantly too.
Just FYI.