if i have an erlang app that i am building a release for, if the parent directory name does not equal the application name i get an error.
is there a way to have a directory structure like
parent/directory/src
parent/directory/ebin
parent/directory/rel/myapp
where directory != myapp when generating a release ?
Thanks
-AD