summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b8235026..4d1f0f9d 100644
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,7 @@
<property name="cljsrc" location="${src}/clj"/>
<property name="build" location="classes"/>
<property name="clojure_jar" location="clojure.jar"/>
- <property name="bootclj" location="${src}/boot.clj"/>
+ <property name="bootclj" location="${cljsrc}/clojure/boot.clj"/>
<target name="init">
<tstamp/>