diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-03 19:57:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-03 19:57:00 +0300 |
commit | e1cac1fd1ccef065cf73ccb82ed6f95f9bb4038e (patch) | |
tree | 312339416afc355992b8b52fb8edc8f62e5268ac /core/cpt/build | |
parent | 8fd172bd5ffa67b9b7c3569e2349b61243f5457a (diff) | |
download | repository-e1cac1fd1ccef065cf73ccb82ed6f95f9bb4038e.tar.gz |
cpt: bump to 6.0.0
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/cpt/build b/core/cpt/build index 20ced110..c7e2ba43 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -4,5 +4,3 @@ make PREFIX=/usr DESTDIR="$1" install install -Dm644 cpt-base "$1/etc/cpt-base" install -Dm755 news "$1/usr/bin/cpt-news" - -install -Dm755 src/cpt "$1/usr/bin/cpt" |