summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1999-01-05 06:31:30 +0000
committerHerb Lewis <herb@samba.org>1999-01-05 06:31:30 +0000
commit34db2204b23d7d8832a311591a08aa79b1b899e4 (patch)
tree4a10e4ed7458ad341ed523c326e5eba6ad6405c3
parent7de7d0cc3de506776e2d227080815fb1db197f17 (diff)
downloadsamba-34db2204b23d7d8832a311591a08aa79b1b899e4.tar.gz
samba-34db2204b23d7d8832a311591a08aa79b1b899e4.tar.xz
samba-34db2204b23d7d8832a311591a08aa79b1b899e4.zip
change man page suffix to .z instead of .Z
-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 cc446272731..64972d05e07 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -210,7 +210,7 @@ while (@catman) {
$nextfile = shift @catman;
($file = $nextfile) =~ s/^packaging\/SGI\/catman\///;
($dirnum = $file) =~ s/^[\D]*//;
- $dirnum =~ s/\.Z//;
+ $dirnum =~ s/\.z//;
if ($dirnum ne $olddirnum) {
print IDB "d 0755 root sys usr/share/catman/u_man/cat$dirnum packaging/SGI samba.man.manpages\n";
$olddirnum = $dirnum;