diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 07:42:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 09:20:40 +0000 |
commit | b05a1b5117b04bdcc5fe492ec771c049ff8d2334 (patch) | |
tree | 3d44ea121c2b46a32d0726ba58f06138e539b56a /Makefile | |
parent | Moving irc-notification in container program into hook. (diff) | |
download | compute-tools-b05a1b5117b04bdcc5fe492ec771c049ff8d2334.tar.xz compute-tools-b05a1b5117b04bdcc5fe492ec771c049ff8d2334.zip |
Copying build-scripts as create-scripts to refactor and unify get and build steps.
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
@@ -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/build-scripts share/create-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 |