summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 09:21:54 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 03:46:53 +0000
commit4eb2b70a7d08e445ebfcff3c8bd4bb30cc532ae8 (patch)
tree973e85938354ccd35543d3a9d7e349f46a77df78 /Makefile
parentCreating empty keyring directory in Makefile. (diff)
downloadcompute-tools-4eb2b70a7d08e445ebfcff3c8bd4bb30cc532ae8.tar.xz
compute-tools-4eb2b70a7d08e445ebfcff3c8bd4bb30cc532ae8.zip
Adding example public keys.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9275eb3..98dc791 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ install: build
mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)
cp -r VERSION.txt $(DESTDIR)/usr/share/$(SOFTWARE)
- cp -r share/config share/hooks share/build-scripts share/get-scripts $(DESTDIR)/usr/share/$(SOFTWARE)
+ cp -r share/config share/hooks share/keys share/build-scripts share/get-scripts $(DESTDIR)/usr/share/$(SOFTWARE)
mkdir -p $(DESTDIR)/usr/share/bash-completion/completions
cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions