PropEr installation doesn't follow Erlang application structure #2537
Unanswered
mezzomondo
asked this question in
Casks
Replies: 2 comments 6 replies
-
What happens if the version is omitted? e.g |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR: is it possible for
brew
to installproper
in a folder named for example/opt/homebrew/Cellar/proper-1.4
instead of/opt/homebrew/Cellar/proper/1.4
?The installation of proper (with
brew install proper
) creates the following directory structure:This installation doesn't work, the application is not recognised by the Erlang runtime.
According to the Erlang documentation (https://www.erlang.org/doc/design_principles/applications.html) the application structure needs to have this naming format:
${application}-${version}
. As a further test I just rsync'd the content in a folder with the correct naming convention and it works perfectly:Beta Was this translation helpful? Give feedback.
All reactions