*** empty log message ***
diff --git a/releng/org.eclipse.epp.usagedata.releng.tycho/publish.sh b/releng/org.eclipse.epp.usagedata.releng.tycho/publish.sh
index 3fe937f..76f0004 100755
--- a/releng/org.eclipse.epp.usagedata.releng.tycho/publish.sh
+++ b/releng/org.eclipse.epp.usagedata.releng.tycho/publish.sh
@@ -25,13 +25,13 @@
   	esac
 done
 
-target=org.eclipse.epp/releng/org.eclipse.epp.usagedata.repository/target/site
+target=`pwd`/org.eclipse.epp/releng/org.eclipse.epp.usagedata.repository/target
 launcher=`find ${eclipse} -type f -name 'org.eclipse.equinox.launcher_*.jar' -print0`
 java -jar ${launcher} \
  -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
- -metadataRepository ${target}/meta \
- -artifactRepository ${target}/art \
- -source org.eclipse.epp/releng/org.eclipse.epp.usagedata.repository/target/site \
+ -metadataRepository ${target}/publish \
+ -artifactRepository ${target}/publish \
+ -source ${target}/site \
  -compress \
  -publishArtifacts
  
\ No newline at end of file