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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/cpt/build') 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" -- cgit v1.2.3