From 06effe2898b15816f68c19877d6ef3c189a71536 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Wed, 31 Oct 2007 10:20:11 +0100 Subject: Add manpage to package. This is only temporary, until we get the "source" of it and build it properly. --- install.sh | 2 ++ mkinitcpio.5.gz | Bin 0 -> 1804 bytes 2 files changed, 2 insertions(+) create mode 100644 mkinitcpio.5.gz diff --git a/install.sh b/install.sh index 401f97f..b80acbc 100755 --- a/install.sh +++ b/install.sh @@ -19,3 +19,5 @@ install -D -m644 functions ${1}/lib/initcpio/functions cp -r hooks/ ${1}/lib/initcpio/ cp -r install/ ${1}/lib/initcpio/ cp -r mkinitcpio.d/ ${1}/etc/mkinitcpio.d + +install -D -m644 mkinitcpio.5.gz /usr/man/man5/mkinitcpio.5.gz diff --git a/mkinitcpio.5.gz b/mkinitcpio.5.gz new file mode 100644 index 0000000..4eeeddb Binary files /dev/null and b/mkinitcpio.5.gz differ -- cgit v1.2.3-24-g4f1b