Skip to content

Building without root permissions broken because make tries to copy the binary to /bin #28

@hapm

Description

@hapm

Since 6069cf3 the Makefile tries to copy the compiled binary to /bin while building. This should at least be split into the install target, because it breaks building without root permissions. The previous behaviour (copying to ../shared/bin/ makes much more sense and works without root permissions.

The change breaks the InstallToUbuntu.sh script too, because it expects the binary to be in ../shared/bin/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions