prep for "copy artifacts" task
diff --git a/releng.wtpbuilder/build.xml b/releng.wtpbuilder/build.xml
index b595776..4f1f2aa 100644
--- a/releng.wtpbuilder/build.xml
+++ b/releng.wtpbuilder/build.xml
@@ -87,7 +87,7 @@
 	</target>
 
   <target name="copyArtifacts" depends="init">
-    <copydir dest="${artifactsDir}" src="${buildDirectory}/${buildLabel}" />
+    <copydir dest="${localArtifactsDir}/" src="${buildDirectory}/${buildLabel}" />
   </target>