diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-06 12:01:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-06 12:01:57 +0300 |
commit | 06190816f22a376e10dbcea87ecc6e1c819ca042 (patch) | |
tree | 97bff19724978baeb48af2b7c98f44b3a7637773 /core/cpt/build | |
parent | 0cdad5abf97caa5057b3278230ad59ea4dc3914c (diff) | |
download | repository-06190816f22a376e10dbcea87ecc6e1c819ca042.tar.gz |
cpt: bump to 5.0.0
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-x | core/cpt/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/cpt/build b/core/cpt/build index 92a0f63c..c7e2ba43 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,4 +1,6 @@ #!/bin/sh -e make PREFIX=/usr DESTDIR="$1" install -install -Dm755 news "$1/usr/bin/cpt-news" + +install -Dm644 cpt-base "$1/etc/cpt-base" +install -Dm755 news "$1/usr/bin/cpt-news" |