Skip to content

make install fails on *BSD systems #713

Description

@DarkKirb

make install fails on FreeBSD 11.1 in scripts/utils.sh, because:

  • the shebang requires bash in /bin. FreeBSD puts all non-system software (including bash!) in /usr/local
  • the do_install() function uses GNU extensions for cp (cp -t) and ln (ln -r) that are not supported by the BSD versions of these utilities.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions