summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-11-14 10:07:59 +0100
committerThomas Bächler <thomas@archlinux.org>2007-11-14 10:07:59 +0100
commita28f2d55fe18e3ec6977a5f1d36820a07109a464 (patch)
tree244f0cd3f3f25e8f96255023c9721cae361cd32d /install.sh
parentd50f7c605425488a7dc9f2d42437315953f157db (diff)
downloadmkinitcpio-a28f2d55fe18e3ec6977a5f1d36820a07109a464.tar.gz
mkinitcpio-a28f2d55fe18e3ec6977a5f1d36820a07109a464.tar.xz
Don't build manpage for now, as it doesn't always work for unknown reasons.0.5.17
Instead, include the uncompressed manpage AND the source.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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