summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-10-31 10:20:11 +0100
committerThomas Bächler <thomas@archlinux.org>2007-10-31 10:20:11 +0100
commit06effe2898b15816f68c19877d6ef3c189a71536 (patch)
treef162ff02e4a8f43c3b79fc69062303ab94283754 /install.sh
parent9649a241a49ebe83007b8f308afe4df4934aaa0b (diff)
downloadmkinitcpio-06effe2898b15816f68c19877d6ef3c189a71536.tar.gz
mkinitcpio-06effe2898b15816f68c19877d6ef3c189a71536.tar.xz
Add manpage to package. This is only temporary, until we get the
"source" of it and build it properly.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
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