blob: dcec1c419bdd09fb28538e0b957ef3f40dbb4818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2002/05/07 15:41:38 wiz Exp $
--- install.pl.orig Fri Apr 12 18:18:03 2002
+++ install.pl
@@ -55,7 +55,7 @@
($err = `cp vicq $bindir`) and fail($err);
-($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" | gzip -c > $mandir/man1/vicq.1.gz`) and &fail($err);
+($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" > $mandir/man1/vicq.1`) and &fail($err);
print "Instalation complete\n";
sub fail
{
|