aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ws-manifest.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-14 18:53:55 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-14 18:53:55 +0000
commit7931a2baf60a62d5e41f36008d232e3ccf48c951 (patch)
tree89eb8fbdfa313aef55dbc7a1bf4c35578a1af3ff /packaging/ws-manifest.pl
parent17da1623564f0b5d6bbb1b2c5a3e73fefcd0ecd4 (diff)
More NSIS cleanup.
svn path=/trunk/; revision=43261
Diffstat (limited to 'packaging/ws-manifest.pl')
-rwxr-xr-xpackaging/ws-manifest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ws-manifest.pl b/packaging/ws-manifest.pl
index 98af01b99d..fd9a0e20ea 100755
--- a/packaging/ws-manifest.pl
+++ b/packaging/ws-manifest.pl
@@ -43,7 +43,7 @@ while ($line = <>) {
if(scalar(@defines) == 0) {
undef @defines;
}
- } elsif ($line =~/^File.*uninstall/) {
+ } elsif ($line =~/^File.*uninstall/i) {
next;
} elsif ($line =~ /^File[^\"]+\"([^\"]+)\"/) {
$file = $1;