diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-10-31 10:25:52 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-10-31 10:25:52 +0100 |
commit | c1bcfed95fd1e24939cec97e90c4672f8fd78e64 (patch) | |
tree | 3d788602f08621fd3c9e4971ba35d5e9e405ab3f /install.sh | |
parent | 4e70bf6d1ad4f759ac6d00fbc8545fbd9f2b8d75 (diff) | |
download | mkinitcpio-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.
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |