Fixed install location of xbps.d.5 manpage.
This commit is contained in:
parent
9f10ee6f03
commit
6f4731ca75
@ -11,8 +11,8 @@ all:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -d $(DESTDIR)$(SHAREDIR)/man/man5
|
||||
install -m644 xbps.d.5 $(DESTDIR)$(SHAREDIR)/man/man5
|
||||
install -d $(DESTDIR)$(MANDIR)/man5
|
||||
install -m644 xbps.d.5 $(DESTDIR)$(MANDIR)/man5
|
||||
install -d $(DESTDIR)$(PKGCONFIGDIR)
|
||||
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
|
||||
install -d $(DESTDIR)/$(DBDIR)/keys
|
||||
|
Loading…
Reference in New Issue
Block a user