aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-16 02:53:37 +0300
committerCem Keylan <cem@ckyln.com>2020-09-16 02:53:37 +0300
commite9f39402c453e1cfebc1105d9515ef30346d6ac0 (patch)
treec6bc2a8125b54cb71cb69de6c879e4b3773d1d36 /core/cpt/build
parent8e4f3731e893385464f086d9c0cb7853ab050044 (diff)
downloadrepository-e9f39402c453e1cfebc1105d9515ef30346d6ac0.tar.gz
cpt: add news tool for viewing... news
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cpt/build b/core/cpt/build
index 08374058..92a0f63c 100755
--- a/core/cpt/build
+++ b/core/cpt/build
@@ -1,3 +1,4 @@
#!/bin/sh -e
make PREFIX=/usr DESTDIR="$1" install
+install -Dm755 news "$1/usr/bin/cpt-news"