summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-27 18:07:11 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-27 18:07:11 +0200
commit1aba4fde2e407764cafe39520cc52dc9a3b8dd31 (patch)
tree80ac962bf6720de4d1f14376401621e3e60eefe5 /bin
parent27b07b4794b8773b00f4cab8898ba00c125498cb (diff)
parent96beb59dc7fb303debbbf06beb192158ab3476c2 (diff)
downloadqt4-tools-1aba4fde2e407764cafe39520cc52dc9a3b8dd31.tar.gz
Merge branch 4.7 into qt-master-from-4.7
Diffstat (limited to 'bin')
-rwxr-xr-xbin/patch_capabilities.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl
index 06ab116623..5230480418 100755
--- a/bin/patch_capabilities.pl
+++ b/bin/patch_capabilities.pl
@@ -269,6 +269,9 @@ if (@ARGV)
if (@capabilitiesSpecified)
{
$commandToExecute = sprintf($baseCommandToExecute, join(" ", @capabilitiesSpecified));
+ $executeNeeded = 1;
+ my $capString = join(" ", @capabilitiesSpecified);
+ print ("Patching: Patching the the Vendor ID to 0 and the capabilities used to: \"$capString\" in \"$binaryBaseName\".\n");
} else {
# Test which capabilities are present and then restrict them to the allowed set.
# This avoid raising the capabilities of apps that already have none.