Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Fix building java, silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridostal committed Feb 27, 2018
1 parent 9f0d6c6 commit d73c2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<project name="RHN" default="all" basedir=".">
<property file="${user.home}/.java/java.conf"/>
<!-- External java.lib.dir property -->
<condition property="java.lib.dir" value="${JAVA_LIBDIR}" else="${/usr/share/java}">
<condition property="java.lib.dir" value="${JAVA_LIBDIR}" else="/usr/share/java">
<isset property="JAVA_LIBDIR"/>
</condition>
<property name="ivy.14.compatible" value="true"/>
Expand Down

0 comments on commit d73c2b1

Please sign in to comment.