diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:53:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:53:17 +0300 |
commit | 793520f5622d7276553d69f847d46488ba9b5f7f (patch) | |
tree | 5175a1daa07f164772a9b48f898ee286af3135ac /core/cpt | |
parent | ed51246fc737dac06ca29a5bcd2a92371296c2fe (diff) | |
download | repository-793520f5622d7276553d69f847d46488ba9b5f7f.tar.gz |
cpt: use clinst
Diffstat (limited to 'core/cpt')
-rwxr-xr-x | core/cpt/build | 4 |
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" |