Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions