aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ws-manifest.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-13 22:28:28 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-13 22:28:28 +0000
commitb5e5d6ac35c92780c939e657c686c5a8b247d053 (patch)
tree3a09900445497333844d625b301d37cccc751b5c /packaging/ws-manifest.pl
parentb9debc4467a447e66ba6a3a31af434be001361a8 (diff)
Don't add uninstall.exe to the U3/PortableApps manifest. Define
STAGING_DIR. Update some makefile dependencies. svn path=/trunk/; revision=43244
Diffstat (limited to 'packaging/ws-manifest.pl')
-rwxr-xr-xpackaging/ws-manifest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ws-manifest.pl b/packaging/ws-manifest.pl
index 2c5c216cbc..98af01b99d 100755
--- a/packaging/ws-manifest.pl
+++ b/packaging/ws-manifest.pl
@@ -43,6 +43,8 @@ while ($line = <>) {
if(scalar(@defines) == 0) {
undef @defines;
}
+ } elsif ($line =~/^File.*uninstall/) {
+ next;
} elsif ($line =~ /^File[^\"]+\"([^\"]+)\"/) {
$file = $1;
# make things relative to the root rather than the NSIS directory