commit b6c89dcefb503e7c099c7c9594a010fc7eb7bc6a parent fcf2d48570d12a18324d6085dbde7b911ba4a0a5 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 6 Jan 2021 14:10:42 +0300 cpt: install cpt script Diffstat:
M | core/cpt/build | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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"