--- a/common/build.xml Tue Aug 04 12:20:40 2009 +0100
+++ b/common/build.xml Tue Aug 04 17:22:59 2009 +0100
@@ -531,9 +531,10 @@
</then>
<else>
<!-- Collate the system definition from the packages listed in sources.csv -->
- <exec executable="perl" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true">
+ <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true">
<arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
<arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
+ <arg value="${sf.config.dir}/../build/config/3k"/>
</exec>
</else>
</if>