From 06190816f22a376e10dbcea87ecc6e1c819ca042 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 6 Oct 2020 12:01:57 +0300 Subject: cpt: bump to 5.0.0 --- 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 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" -- cgit v1.2.3