Skip to content

Commit a138933

Browse files
committed
data/Makefile: install xbps.7
1 parent a15b9b9 commit a138933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ all:
1313
install:
1414
install -d $(DESTDIR)$(MANDIR)/man5
1515
install -m644 xbps.d.5 $(DESTDIR)$(MANDIR)/man5
16+
install -d $(DESTDIR)$(MANDIR)/man7
17+
install -m644 xbps.7 $(DESTDIR)$(MANDIR)/man7
1618
install -d $(DESTDIR)$(PKGCONFIGDIR)
1719
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
1820
install -d $(DESTDIR)/$(DBDIR)/keys

0 commit comments

Comments
 (0)