policycoreutils: sandbox: move sandbox.conf.5 to just sandbox.5
Since this file lives in /etc/sysconfig/ it does not include a .conf extention. Thus the man page should not include a .conf in the filename. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
b6ccfd7c91
commit
cfb2a06e39
|
@ -23,7 +23,7 @@ install: all
|
|||
install -m 644 sandbox.8 $(MANDIR)/man8/
|
||||
install -m 644 seunshare.8 $(MANDIR)/man8/
|
||||
-mkdir -p $(MANDIR)/man5
|
||||
install -m 644 sandbox.conf.5 $(MANDIR)/man5/
|
||||
install -m 644 sandbox.5 $(MANDIR)/man5/
|
||||
-mkdir -p $(SBINDIR)
|
||||
install -m 4755 seunshare $(SBINDIR)/
|
||||
-mkdir -p $(SHAREDIR)
|
||||
|
|
Loading…
Reference in New Issue