Skip to content

Install dir for CentOS 6 - 64 #6

@ctradu

Description

@ctradu

On CentOS the install directories for erlang modules are:
32 bits: /usr/lib/erlang/lib/
64 bits: /usr/lib64/erlang/lib/

The problem is that LIB_DIR is constructed in a way that lib is always added before erlang/lib :

libdir       = ${exec_prefix}/lib
LIB_DIR      = ${libdir}/erlang/lib/$(APPNAME)-$(VERSION)

This problem appears on centos 6 / 64bits
On other systems the paths may be different.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions