Install the default Void Linux RSA key to $DBDIR.

This commit is contained in:
Juan RP
2013-11-25 12:34:14 +01:00
parent 65bfd54d36
commit 5c6fdf41dd
2 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ all:
install:
install -d $(DESTDIR)$(PKGCONFIGDIR)
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
install -d $(DESTDIR)/$(DBDIR)/keys
install -m644 *.plist $(DESTDIR)/$(DBDIR)/keys
.PHONY: uninstall
uninstall: