Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-07-03 13:34:18 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-07-03 13:34:18 +0400
commit833c2fcc974035e89e60b69f84a47c8daa30323e (patch)
tree65376199e3442e27f3c8deb81b5e3d0377bba325 /scripts/release.pl
parentb2f70a7802e90eea0d04eef7edc0a52178fda753 (diff)
ICE fixes for Ubuntu
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1187 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'scripts/release.pl')
-rw-r--r--scripts/release.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 0e717544d..4638c6f75 100644
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -87,7 +87,7 @@ my $dir="mumble-$ver/";
my $zipdir = $zip->addDirectory($dir);
foreach my $file ('LICENSE', sort keys %files) {
- if ($file =~ /\.qm$/) {
+ if (($file =~ /\.qm$/) || ($file =~ /\/Murmur\.(h|cpp)/)) {
print "Skipping $file\n";
next;
}