Skip to content

build-auto.sh: "git://" to "https://" required to make it work. #65

@TurtleWilly

Description

@TurtleWilly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions