Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.
authorSimon Howkins <simonh@symbian.org>
Thu, 17 Sep 2009 13:46:25 +0100
changeset 467 5d3a9a466963
parent 466 fd52af6b81aa
child 468 eb9ba249e164
Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.
common/build.xml
--- a/common/build.xml	Thu Sep 17 12:40:44 2009 +0100
+++ b/common/build.xml	Thu Sep 17 13:46:25 2009 +0100
@@ -496,6 +496,7 @@
                 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true">
                     <arg value="x"/>
                     <arg value="-y"/> <!-- Need to unpack in overwrite mode, due to TEF -->
+                    <arg value="-i!epoc32\*"/> <!-- Only unzip items into the epoc32 tree -->
                     <arg value="@{rndZip}"/>
                 </exec>
             </sequential>