From b6c89dcefb503e7c099c7c9594a010fc7eb7bc6a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 6 Jan 2021 14:10:42 +0300 Subject: cpt: install cpt script --- core/cpt/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/cpt') 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" -- cgit v1.2.3