From 6f4731ca7509f0e2dd005cdcea54f5bb35fbcf62 Mon Sep 17 00:00:00 2001 From: Aleksej Lebedev Date: Mon, 13 May 2019 14:57:04 +0000 Subject: [PATCH] Fixed install location of xbps.d.5 manpage. --- data/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/Makefile b/data/Makefile index 43a53b27..8bf94100 100644 --- a/data/Makefile +++ b/data/Makefile @@ -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