diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 09:21:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-26 03:46:53 +0000 |
commit | 4eb2b70a7d08e445ebfcff3c8bd4bb30cc532ae8 (patch) | |
tree | 973e85938354ccd35543d3a9d7e349f46a77df78 /Makefile | |
parent | Creating empty keyring directory in Makefile. (diff) | |
download | compute-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |