Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install dir for CentOS 6 - 64 #6

Open
ctradu opened this issue Jan 10, 2014 · 0 comments
Open

Install dir for CentOS 6 - 64 #6

ctradu opened this issue Jan 10, 2014 · 0 comments

Comments

@ctradu
Copy link

ctradu commented Jan 10, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant