remove .po and .po32 files from inst package
authorHerb Lewis <herb@samba.org>
Thu, 12 Nov 1998 18:29:22 +0000 (18:29 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 12 Nov 1998 18:29:22 +0000 (18:29 +0000)
(This used to be commit 600e599c43b85fc8d844490e59dd7b17f136c016)

packaging/SGI/idb.pl

index aa51083189ed8cac8e449a4994b23286887d5880..47e5d6605318d8c423be52d80ecc9216fe3634e3 100755 (executable)
@@ -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";