diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:28 +0000 |
commit | 674c185fa343e79ea27252ce92403a60c6bdee7c (patch) | |
tree | 6b1a941170e8f148830aaa219646c1dd3e5c7068 /Makefile | |
parent | Adding upstream version 20211102. (diff) | |
download | open-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |