diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-05-14 16:59:11 +0100 |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-05-14 17:24:03 +0100 |
commit | 8fe40ca28e88d156b9a0ef9cc4c818a666499231 (patch) | |
tree | fffb720a6b08bc9d0cdf88347a2117f6a41ea231 /bin | |
parent | 18af9ef6074c33f7416629007ef5d24a39a55cbe (diff) | |
download | qt4-tools-8fe40ca28e88d156b9a0ef9cc4c818a666499231.tar.gz |
Fix generation of stub sis files
Convert paths in DEPLOYMENT to the rom drive (z:)
Filter out unwanted parts of the header (dependencies)
Task-number: QTBUG-10118
Reviewed-by: Alessandro Portale
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/createpackage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/createpackage.pl b/bin/createpackage.pl index 7453ba564d..0cc1a9c729 100755 --- a/bin/createpackage.pl +++ b/bin/createpackage.pl @@ -181,7 +181,7 @@ if ($signed_sis_name eq "") { } my $unsigned_sis_name = $sisoutputbasename."_unsigned.sis"; -my $stub_sis_name = $sisoutputbasename."_stub.sis"; +my $stub_sis_name = $sisoutputbasename.".sis"; # Store some utility variables my $scriptpath = dirname(__FILE__); |