From e9f39402c453e1cfebc1105d9515ef30346d6ac0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 02:53:37 +0300 Subject: cpt: add news tool for viewing... news --- core/cpt/build | 1 + 1 file changed, 1 insertion(+) (limited to 'core/cpt/build') 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" -- cgit v1.2.3