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

DATAROOTDIR #321

Closed
pfitzseb opened this issue Apr 15, 2020 · 0 comments · Fixed by #328
Closed

DATAROOTDIR #321

pfitzseb opened this issue Apr 15, 2020 · 0 comments · Fixed by #328

Comments

@pfitzseb
Copy link
Member

Use Base.DATAROOTDIR at

Atom.jl/src/utils.jl

Lines 72 to 75 in f4d3140

const SRC_DIR = joinpath(Sys.BINDIR,"..","..","base")
const RELEASE_DIR = joinpath(Sys.BINDIR,"..","share","julia","base")
basepath(file) =
normpath(joinpath((@static isdir(SRC_DIR) ? SRC_DIR : RELEASE_DIR), file))
.

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

Successfully merging a pull request may close this issue.

1 participant