From a28f2d55fe18e3ec6977a5f1d36820a07109a464 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Wed, 14 Nov 2007 10:07:59 +0100 Subject: Don't build manpage for now, as it doesn't always work for unknown reasons. Instead, include the uncompressed manpage AND the source. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index f981b32..f25ac93 100755 --- a/install.sh +++ b/install.sh @@ -20,6 +20,6 @@ cp -r hooks/ ${1}/lib/initcpio/ cp -r install/ ${1}/lib/initcpio/ cp -r mkinitcpio.d/ ${1}/etc/mkinitcpio.d -a2x -d manpage -f manpage mkinitcpio.5.txt +#a2x -d manpage -f manpage mkinitcpio.5.txt gzip --best mkinitcpio.5 install -D -m644 mkinitcpio.5.gz ${1}/usr/man/man5/mkinitcpio.5.gz -- cgit v1.2.3-24-g4f1b