diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-06 14:10:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-06 14:10:42 +0300 |
commit | b6c89dcefb503e7c099c7c9594a010fc7eb7bc6a (patch) | |
tree | f572002e3ad02092545538e73609cf24b40f352c /core/cpt | |
parent | fcf2d48570d12a18324d6085dbde7b911ba4a0a5 (diff) | |
download | repository-b6c89dcefb503e7c099c7c9594a010fc7eb7bc6a.tar.gz |
cpt: install cpt script
Diffstat (limited to 'core/cpt')
-rwxr-xr-x | core/cpt/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/cpt/build b/core/cpt/build index 11f03c51..20ced110 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -5,5 +5,4 @@ make PREFIX=/usr DESTDIR="$1" install install -Dm644 cpt-base "$1/etc/cpt-base" install -Dm755 news "$1/usr/bin/cpt-news" -# TODO Remove this on the next release -rm -f "$1/usr/bin/Makefile" +install -Dm755 src/cpt "$1/usr/bin/cpt" |