diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 02:17:53 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-30 02:17:53 -0400 |
commit | babd394e9d68471e62e15607ab338060f1e097d3 (patch) | |
tree | 677857872b71768167fd3ce245608c29ae08abcf | |
parent | 2d14c67c743b7cf456bf0a2d7650e24fcbbca261 (diff) |
add a 'jardir' conf option for non-maven jar files
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | conf/jardir.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ packages := $(filter-out _%,$(shell sed "s/[\# ].*//" conf/sources.mk)) include conf/sources.mk include conf/dependencies.mk export MAVEN_LOCAL_REPO := $(shell cat conf/maven.local.repo.txt) +export JAR_DIR := $(shell cat conf/jardir.txt) # download ##################################################################### diff --git a/conf/jardir.txt b/conf/jardir.txt new file mode 100644 index 0000000..b67bc01 --- /dev/null +++ b/conf/jardir.txt @@ -0,0 +1 @@ +/usr/share/java |