diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-11-09 16:25:57 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-11-09 16:25:57 +0100 |
commit | d50f7c605425488a7dc9f2d42437315953f157db (patch) | |
tree | edb6d162e3d8564f9ab4d6b942b5d4f68dcbe3d4 | |
parent | bebdb7af097c8e62e1272f297a4b8a8ef7d3e290 (diff) | |
download | mkinitcpio-d50f7c605425488a7dc9f2d42437315953f157db.tar.gz mkinitcpio-d50f7c605425488a7dc9f2d42437315953f157db.tar.xz |
Adjust install script to build the manpage
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,4 +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 +gzip --best mkinitcpio.5 install -D -m644 mkinitcpio.5.gz ${1}/usr/man/man5/mkinitcpio.5.gz |