Use 7za not 7z as this is what is available on build machines
authorShabe Razvi <shaber@symbian.org>
Thu, 28 May 2009 16:01:09 +0100
changeset 116 47cccedacd2d
parent 115 43a42dd33b4c
child 118 9765c33f29a5
Use 7za not 7z as this is what is available on build machines
common/tools/zip_includefiles.pl
--- a/common/tools/zip_includefiles.pl	Thu May 28 15:55:27 2009 +0100
+++ b/common/tools/zip_includefiles.pl	Thu May 28 16:01:09 2009 +0100
@@ -8,6 +8,6 @@
     my $includefilename=$_;
 	if (m/(.*)(_includefile.txt)/) {
 		my $zipfilename = $1.".zip";
-		system("7z a -tzip -i@".$includefilename . " " .$zipfilename);
+		system("7za a -tzip -i@".$includefilename . " " .$zipfilename);
 	}
 }
\ No newline at end of file