[Libreoffice-commits] .: Branch 'libreoffice-3-4' - bin/lo-pack-sources
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Jun 23 10:11:59 PDT 2011
bin/lo-pack-sources | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5b1f25d418af1a8bfb3456b74f7ddf8cc369047f
Author: Petr Mladek <pmladek at suse.cz>
Date: Thu Jun 23 19:10:09 2011 +0200
lo-pack-sources: ignore everything under the /src dir
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index 25c1037..96d781e 100755
--- a/bin/lo-pack-sources
+++ b/bin/lo-pack-sources
@@ -121,6 +121,7 @@ sub generate_lo_build_blacklist($)
print BLACKLIST "clone/*\n";
print BLACKLIST "src/libreoffice-*.tar.bz2\n";
print BLACKLIST "src/????????????????????????????????-*\n";
+ print BLACKLIST "src/*\n";
close BLACKLIST;
}
More information about the Libreoffice-commits
mailing list