aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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