Commit 2b9cff6a authored by Ian Craggs's avatar Ian Craggs

Correct build directory name

parent d4ef7186
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
<then> <then>
<mkdir dir="/shared/technology/paho/C/${build.level}"/> <mkdir dir="/shared/technology/paho/C/${build.level}"/>
<echo message="Copying the build output to /shared" /> <echo message="Copying the build output to /shared" />
<copy overwrite="true" todir="/shared/technology/paho/C${build.level}"> <copy overwrite="true" todir="/shared/technology/paho/C/${build.level}">
<fileset dir="${output.folder}"> <fileset dir="${output.folder}">
<include name="*.zip"/> <include name="*.zip"/>
</fileset> </fileset>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment