summaryrefslogtreecommitdiffstats
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
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.
-rwxr-xr-xinstall.sh2
-rw-r--r--mkinitcpio.5.gzbin0 -> 1804 bytes
2 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
diff --git a/mkinitcpio.5.gz b/mkinitcpio.5.gz
new file mode 100644
index 0000000..4eeeddb
--- /dev/null
+++ b/mkinitcpio.5.gz
Binary files differ