From 793520f5622d7276553d69f847d46488ba9b5f7f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 00:53:17 +0300 Subject: cpt: use clinst --- core/cpt/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cpt/build b/core/cpt/build index c7e2ba43..d9173791 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -2,5 +2,5 @@ make PREFIX=/usr DESTDIR="$1" install -install -Dm644 cpt-base "$1/etc/cpt-base" -install -Dm755 news "$1/usr/bin/cpt-news" +clinst -Dm644 cpt-base "$1/etc/cpt-base" +clinst -Dm755 news "$1/usr/bin/cpt-news" -- cgit v1.2.3