From e02e252501e67f788c6183d59484469ad87c35cf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 14 Aug 2021 14:00:07 +0300 Subject: cpt: bump to 6.2.0 --- core/cpt/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/cpt/build') diff --git a/core/cpt/build b/core/cpt/build index d9173791..141e94dd 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,6 +1,10 @@ #!/bin/sh -e -make PREFIX=/usr DESTDIR="$1" install +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install clinst -Dm644 cpt-base "$1/etc/cpt-base" clinst -Dm755 news "$1/usr/bin/cpt-news" -- cgit v1.2.3