aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:53:17 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:53:17 +0300
commit793520f5622d7276553d69f847d46488ba9b5f7f (patch)
tree5175a1daa07f164772a9b48f898ee286af3135ac
parented51246fc737dac06ca29a5bcd2a92371296c2fe (diff)
downloadrepository-793520f5622d7276553d69f847d46488ba9b5f7f.tar.gz
cpt: use clinst
-rwxr-xr-xcore/cpt/build4
1 files 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"