diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-25 11:29:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-25 11:29:14 +0300 |
commit | 8580592eac5c6309266803646cad403b3f2fb8f7 (patch) | |
tree | 7fc8d94c8f9638d7086018b72e1678b4ea7070d0 /extra/cpt-extra/build | |
parent | 22a72356f8e02a11f8798efbce7da74d4fdf12f1 (diff) | |
download | repository-8580592eac5c6309266803646cad403b3f2fb8f7.tar.gz |
cpt-extra: move kiss-extra to cpt-extra
Diffstat (limited to 'extra/cpt-extra/build')
-rwxr-xr-x | extra/cpt-extra/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/cpt-extra/build b/extra/cpt-extra/build new file mode 100755 index 00000000..9b887bf5 --- /dev/null +++ b/extra/cpt-extra/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +mkdir -p "$1/usr/bin" + +find . -type f -name cpt-\* -exec mv {} "$1/usr/bin" \; |