From 890ba68f97ef1fca572e64ce7b4041e8052a97e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 7 Oct 2024 10:04:48 +0200 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3