From cec7f2afc07c1ffa899923ea6d8f40dc6c19df04 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 31 Jan 2023 16:10:37 +0100 Subject: cpt: fix license and base file --- core/cpt/build | 4 +++- core/cpt/version | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'core') 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 -- cgit v1.2.3