common/build.xml
changeset 331 f7c6fc4239ac
parent 330 f2e8947e085a
child 332 72ceabdbb597
--- 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>