diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:47 +0000 |
commit | 9447007f57ff245014ac03a040a5f572db20c2ea (patch) | |
tree | 39d76382ed39876ae6462c1e18f734a7811b8136 /Makefile | |
parent | Releasing debian version 20211102-1. (diff) | |
download | open-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-- | 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 |