summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 07:54:36 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 03:46:53 +0000
commitb5b74b561d10b8c627bcf49b0234d1fb22b9c09f (patch)
tree4cb9b334ea77f56a7ffe0a29416d687ef191fc7b /Makefile
parentRenaming container create command to container build. (diff)
downloadcompute-tools-b5b74b561d10b8c627bcf49b0234d1fb22b9c09f.tar.xz
compute-tools-b5b74b561d10b8c627bcf49b0234d1fb22b9c09f.zip
Making previous container curl create script a container get script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77799aa..1bb8093 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ install: build
mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)
cp -r VERSION.txt $(DESTDIR)/usr/share/$(SOFTWARE)
- cp -r share/config share/hooks share/build-scripts $(DESTDIR)/usr/share/$(SOFTWARE)
+ cp -r share/config share/hooks 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