summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 10:03:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 10:03:28 +0000
commit674c185fa343e79ea27252ce92403a60c6bdee7c (patch)
tree6b1a941170e8f148830aaa219646c1dd3e5c7068 /Makefile
parentAdding upstream version 20211102. (diff)
downloadopen-infrastructure-compute-tools-674c185fa343e79ea27252ce92403a60c6bdee7c.tar.xz
open-infrastructure-compute-tools-674c185fa343e79ea27252ce92403a60c6bdee7c.zip
Adding upstream version 20211103.upstream/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