Skip to content

Commit

Permalink
Merge branch 'java7'
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Aug 7, 2020
2 parents 738336e + 5f7626d commit 860d994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ function getHome() {
return new File(java.lang.System.getProperty("linoleum.home"));
}

function getLib() {
return new File(getHome(), "lib");
}

function install(pkg, conf, dir) {
if (conf == undefined) {
conf = "default";
Expand Down

0 comments on commit 860d994

Please sign in to comment.