aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-12-30 16:31:55 +0100
committerTom Gundersen <teg@jklm.no>2011-12-30 16:46:25 +0100
commitb132946541e0a49d1168d5e2f65999cc8151a8de (patch)
tree2ae985d51ce7af1bd5c8710d63e006975ec3f9bb /Makefile
parentbd27527fdc7a6b9a0bf3aef347d96fdb8635fb92 (diff)
downloadinitscripts-b132946541e0a49d1168d5e2f65999cc8151a8de.tar.xz
man: install rc.conf.5
The manpage was not being installed. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb115f0..d7dc3f0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ install: installdirs doc
install -m755 -t $(DESTDIR)/etc/profile.d locale.sh
install -m755 -t $(DESTDIR)/usr/sbin rc.d
install -m644 -t ${DESTDIR}/usr/share/man/man8 rc.d.8
+ install -m644 -t ${DESTDIR}/usr/share/man/man5 rc.conf.5
install -m755 -t $(DESTDIR)/usr/lib/initscripts arch-tmpfiles arch-sysctl
install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/arch.conf
install -m644 -T bash-completion $(DESTDIR)/etc/bash_completion.d/rc.d