aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-31 16:10:37 +0100
committerCem Keylan <cem@ckyln.com>2023-01-31 16:11:22 +0100
commitcec7f2afc07c1ffa899923ea6d8f40dc6c19df04 (patch)
treeab67bdb38caf1cf993937318fae412ef41ddf5df /core
parent0c2bfbc1622eb7b2becedd650037754c207c07c3 (diff)
downloadrepository-cec7f2afc07c1ffa899923ea6d8f40dc6c19df04.tar.gz
cpt: fix license and base file
Diffstat (limited to 'core')
-rwxr-xr-xcore/cpt/build4
-rw-r--r--core/cpt/version2
2 files changed, 4 insertions, 2 deletions
diff --git a/core/cpt/build b/core/cpt/build
index 141e94dd..051dfd44 100755
--- a/core/cpt/build
+++ b/core/cpt/build
@@ -1,10 +1,12 @@
#!/bin/sh -e
+clsed s/2022/2023/g LICENSE
+
./configure \
--prefix=/usr
make
make DESTDIR="$1" install
-clinst -Dm644 cpt-base "$1/etc/cpt-base"
+clinst -Dm644 cpt-base "$1/etc/cpt/base"
clinst -Dm755 news "$1/usr/bin/cpt-news"
diff --git a/core/cpt/version b/core/cpt/version
index a1a11ac8..1137957d 100644
--- a/core/cpt/version
+++ b/core/cpt/version
@@ -1 +1 @@
-7.0.0 1
+7.0.0 2