diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 07:54:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-26 03:46:53 +0000 |
commit | b5b74b561d10b8c627bcf49b0234d1fb22b9c09f (patch) | |
tree | 4cb9b334ea77f56a7ffe0a29416d687ef191fc7b /Makefile | |
parent | Renaming container create command to container build. (diff) | |
download | compute-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |