From fea344b7df8983c491da53a8ffbab87617ae2a23 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 11 Feb 2020 22:43:25 -0500 Subject: Add .gz to chroot-man script --- scripts/chroot-man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/chroot-man.sh b/scripts/chroot-man.sh index 9d686f9..708aa07 100644 --- a/scripts/chroot-man.sh +++ b/scripts/chroot-man.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less +exec mandoc /usr/share/man/man1/catgirl.1.gz | LESSSECURE=1 less -- cgit 1.4.1