summaryrefslogtreecommitdiff
path: root/packaging/SGI
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
commita413a745261968f01b35fbf29f4c30886fa1c521 (patch)
treeed6e942845227e914a0fa0a859f9dd849896872d /packaging/SGI
parent97a4f87f612857c5700ec304acbbdc590b8c4683 (diff)
downloadsamba-a413a745261968f01b35fbf29f4c30886fa1c521.tar.gz
samba-a413a745261968f01b35fbf29f4c30886fa1c521.tar.bz2
samba-a413a745261968f01b35fbf29f4c30886fa1c521.zip
remove .po and .po32 files from inst package
(This used to be commit 600e599c43b85fc8d844490e59dd7b17f136c016)
Diffstat (limited to 'packaging/SGI')
-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 aa51083189..47e5d66053 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";