From 488c096b77a0aa22ea0ee68d4d5d08cd607f7f95 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Sep 2016 10:50:12 -0400 Subject: [PATCH] adding line to create /var/lib/atomic/sigstore Closes: #656 Approved by: rhatdan --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e01eca3..a2979eb 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,8 @@ install-only: install -m 644 default.yaml $(DESTDIR)/etc/containers/registries.d + install -d $(DESTDIR)/var/lib/atomic/sigstore + .PHONY: install install: all install-only