diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-11-14 10:07:59 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-11-14 10:07:59 +0100 |
commit | a28f2d55fe18e3ec6977a5f1d36820a07109a464 (patch) | |
tree | 244f0cd3f3f25e8f96255023c9721cae361cd32d /install.sh | |
parent | d50f7c605425488a7dc9f2d42437315953f157db (diff) | |
download | mkinitcpio-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-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |