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

Set java_home directory #114

Merged
merged 2 commits into from
Sep 11, 2015
Merged

Set java_home directory #114

merged 2 commits into from
Sep 11, 2015

Conversation

BobVanB
Copy link
Contributor

@BobVanB BobVanB commented Jun 22, 2015

Default it will look to the environment settings JAVA_HOME.
We install java by just unpacking a packages in a directory.

So it would be nice if this can be set optionally.

@nibalizer
Copy link
Member

lgtm

liamjbennett pushed a commit that referenced this pull request Sep 11, 2015
Set java_home directory
@liamjbennett liamjbennett merged commit 20a6eac into voxpupuli:master Sep 11, 2015
@@ -1,6 +1,10 @@
RDECK_BASE=<%= @rdeck_base %>
export RDECK_BASE

<% if @java_home %>
export JAVA_HOME=<%= @java_home %>
<% end %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should've been

<%- if @java_home -%>
export JAVA_HOME=<%= @java_home %>
<%- end -%>

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 this pull request may close these issues.

4 participants