summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 10:03:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 10:03:47 +0000
commit9447007f57ff245014ac03a040a5f572db20c2ea (patch)
tree39d76382ed39876ae6462c1e18f734a7811b8136 /Makefile
parentReleasing debian version 20211102-1. (diff)
downloadopen-infrastructure-compute-tools-9447007f57ff245014ac03a040a5f572db20c2ea.tar.xz
open-infrastructure-compute-tools-9447007f57ff245014ac03a040a5f572db20c2ea.zip
Merging upstream version 20211103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bcccc9..4e44a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ install: build
mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)
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)
+ cp -r share/config share/hooks share/keys share/needrestart 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