summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-11-09 16:25:57 +0100
committerThomas Bächler <thomas@archlinux.org>2007-11-09 16:25:57 +0100
commitd50f7c605425488a7dc9f2d42437315953f157db (patch)
treeedb6d162e3d8564f9ab4d6b942b5d4f68dcbe3d4
parentbebdb7af097c8e62e1272f297a4b8a8ef7d3e290 (diff)
downloadmkinitcpio-d50f7c605425488a7dc9f2d42437315953f157db.tar.gz
mkinitcpio-d50f7c605425488a7dc9f2d42437315953f157db.tar.xz
Adjust install script to build the manpage
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index d6abdc8..f981b32 100755
--- a/install.sh
+++ b/install.sh
@@ -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