aboutsummaryrefslogtreecommitdiff
path: root/core/cpt
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-06 14:10:42 +0300
committerCem Keylan <cem@ckyln.com>2021-01-06 14:10:42 +0300
commitb6c89dcefb503e7c099c7c9594a010fc7eb7bc6a (patch)
treef572002e3ad02092545538e73609cf24b40f352c /core/cpt
parentfcf2d48570d12a18324d6085dbde7b911ba4a0a5 (diff)
downloadrepository-b6c89dcefb503e7c099c7c9594a010fc7eb7bc6a.tar.gz
cpt: install cpt script
Diffstat (limited to 'core/cpt')
-rwxr-xr-xcore/cpt/build3
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"