Skip to content
Snippets Groups Projects
Commit 889c5831 authored by nimrod's avatar nimrod
Browse files

Copy, don't move.

Some of the files moved are needed afterwards for the build artifacts.
parent 707e8053
No related branches found
No related tags found
No related merge requests found
Pipeline #924 passed
......@@ -39,12 +39,12 @@ build:
# alas the Bash completion doesn't take the prefix into account nor can it
# be overwritten, so I went for a manual approach.
- mkdir -p output/usr/local/share/man/man1
- mv toolbox/builddir/doc/* output/usr/local/share/man/man1/
- cp toolbox/builddir/doc/* output/usr/local/share/man/man1/
- mkdir -p output/usr/local/bin
- mv toolbox/builddir/src/toolbox output/usr/local/bin/
- cp toolbox/builddir/src/toolbox output/usr/local/bin/
- mkdir -p output/usr/share/bash-completion/completions
# yamllint disable-line rule:line-length
- mv toolbox/completion/bash/toolbox output/usr/share/bash-completion/completions/
- cp toolbox/completion/bash/toolbox output/usr/share/bash-completion/completions/
- tar -C output -czf toolbox.tar.gz ./
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment