summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-10-31 10:25:52 +0100
committerThomas Bächler <thomas@archlinux.org>2007-10-31 10:25:52 +0100
commitc1bcfed95fd1e24939cec97e90c4672f8fd78e64 (patch)
tree3d788602f08621fd3c9e4971ba35d5e9e405ab3f
parent4e70bf6d1ad4f759ac6d00fbc8545fbd9f2b8d75 (diff)
downloadmkinitcpio-c1bcfed95fd1e24939cec97e90c4672f8fd78e64.tar.gz
mkinitcpio-c1bcfed95fd1e24939cec97e90c4672f8fd78e64.tar.xz
Add manpage to package. This is only temporary, until we get the0.5.16
"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..d6abdc8 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 ${1}/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