diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-10-07 08:04:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:57:30 +0000 |
commit | 2ca91809ebe231eb19fc73b312c5f46f3b742dda (patch) | |
tree | 2c0853c56bbb824182a7503e6361be83c9e3a3e4 /Makefile | |
parent | DEBIAN (WIP) (diff) | |
download | compute-tools-2ca91809ebe231eb19fc73b312c5f46f3b742dda.tar.xz compute-tools-2ca91809ebe231eb19fc73b312c5f46f3b742dda.zip |
Tempoary sideloading new progress-linux archive-keys in debconf container build-script until keyring package in debian-stable has been updated.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |