aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-06 12:01:57 +0300
committerCem Keylan <cem@ckyln.com>2020-10-06 12:01:57 +0300
commit06190816f22a376e10dbcea87ecc6e1c819ca042 (patch)
tree97bff19724978baeb48af2b7c98f44b3a7637773 /core/cpt/build
parent0cdad5abf97caa5057b3278230ad59ea4dc3914c (diff)
downloadrepository-06190816f22a376e10dbcea87ecc6e1c819ca042.tar.gz
cpt: bump to 5.0.0
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build4
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"