summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-12 18:29:22 +0000
committerHerb Lewis <herb@samba.org>1998-11-12 18:29:22 +0000
commit600e599c43b85fc8d844490e59dd7b17f136c016 (patch)
tree099fc91af272a3199eb9f07aacdad2fede43ffbf /packaging
parentc17b0bb7c25ca9a6faf7cb0282c993232f2560cc (diff)
downloadsamba-600e599c43b85fc8d844490e59dd7b17f136c016.tar.gz
remove .po and .po32 files from inst package
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/idb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index aa51083189e..47e5d660531 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -84,7 +84,7 @@ chdir $curdir;
# strip out all the generated directories and the "*.o" files from the source
# release
-@allfiles = grep(!/^.*\.o$/ & !/^packaging\/SGI\/bins/ & !/^packaging\/SGI\/catman/ & !/^packaging\/SGI\/html/ & !/^packaging\/SGI\/codepages/ & !/^packaging\/SGI\/swat/, @allfiles);
+@allfiles = grep(!/^.*\.o$/ & !/^.*\.po$/ & !/^.*\.po32$/ & !/^source\/bin/ & !/^packaging\/SGI\/bins/ & !/^packaging\/SGI\/catman/ & !/^packaging\/SGI\/html/ & !/^packaging\/SGI\/codepages/ & !/^packaging\/SGI\/swat/, @allfiles);
open(IDB,">samba.idb") || die "Unable to open samba.idb for output\n";