summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-05-14 16:59:11 +0100
committerShane Kearns <shane.kearns@accenture.com>2010-05-14 17:24:03 +0100
commit8fe40ca28e88d156b9a0ef9cc4c818a666499231 (patch)
treefffb720a6b08bc9d0cdf88347a2117f6a41ea231 /bin
parent18af9ef6074c33f7416629007ef5d24a39a55cbe (diff)
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-xbin/createpackage.pl2
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__);