diff options
-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 |