summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-10-07 08:04:48 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-10-07 08:06:48 +0000
commit890ba68f97ef1fca572e64ce7b4041e8052a97e1 (patch)
tree27921afc3634ad4faa87b2f1e05b8d796dfd9ad2 /Makefile
parentReleasing version 20240829. (diff)
downloadcompute-tools-890ba68f97ef1fca572e64ce7b4041e8052a97e1.tar.xz
compute-tools-890ba68f97ef1fca572e64ce7b4041e8052a97e1.zip
Tempoary sideloading new progress-linux archive-keys in debconf container build-script until keyring package in debian-stable has been updated.HEADmain
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index caae1e1..72c5964 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,9 @@ install: build
cp -r VERSION.txt $(DESTDIR)/usr/share/$(SOFTWARE)
cp -r share/config share/hooks share/keys share/build-scripts share/get-scripts $(DESTDIR)/usr/share/$(SOFTWARE)
+ # temporary sideloading new keys until keyring package in debian-stable has been updated
+ cp -r share/other $(DESTDIR)/usr/share/$(SOFTWARE)
+
mkdir -p $(DESTDIR)/usr/share/bash-completion/completions
cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions