summaryrefslogtreecommitdiff
path: root/strata/zookeeper/java-ant.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-16 15:41:36 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-16 15:41:36 +0000
commitd2802faf20cc23c33fc790d7aab8691f1974eba3 (patch)
tree9a36143cc4b5a80a9b23d0eb06e3ade1bf8bfbb7 /strata/zookeeper/java-ant.morph
parente2b24f9b20ca11d86c0680be91a6532162b34baa (diff)
downloaddefinitions-d2802faf20cc23c33fc790d7aab8691f1974eba3.tar.gz
Updated Repo to respond to comments from review. see full desc for list.baserock/mikesmith/zookeeper-for-review
* Removed un-needed 'mkdir' command from ant setup. * Addressed in e-mail thread relating to this patch the reason for compiling inside of install dirrectory. * Added more informative discriptions to .morphs * Renames 'java/ant' to java-ant to be more consistant with naming conventions * Removed un-nessisary inclusion of the Devel-system. * Zookeeper strata names now reflect client / server roles
Diffstat (limited to 'strata/zookeeper/java-ant.morph')
-rw-r--r--strata/zookeeper/java-ant.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/strata/zookeeper/java-ant.morph b/strata/zookeeper/java-ant.morph
index 7b403c78..37d402b0 100644
--- a/strata/zookeeper/java-ant.morph
+++ b/strata/zookeeper/java-ant.morph
@@ -3,7 +3,6 @@ kind: chunk
build-commands:
- |
export JAVA_HOME=/usr/lib/jdk1.8.0_20
- mkdir "$DESTDIR"/urs/lib/ant
sh build.sh -Ddist.dir="$DESTDIR/usr/lib/ant" dist
- mkdir -p "${DESTDIR}${PREFIX}/bin"
- ln -sf "${PREFIX}/lib/ant/bin/ant" "${DESTDIR}${PREFIX}/bin/ant"