1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

install openscap config in /etc/atomic.d

Closes: #341
Approved by: rhatdan
This commit is contained in:
Dan Walsh
2016-04-07 10:45:08 -04:00
committed by Colin Walters (automation)
parent 7eb2f72867
commit 8dd63e4336

View File

@@ -62,6 +62,7 @@ install-only:
install -m 644 atomic.conf $(DESTDIR)/etc
install -d $(DESTDIR)/etc/atomic.d
install -m 644 atomic.d/openscap $(DESTDIR)/etc/atomic.d
.PHONY: install
install: all install-only