aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-14 14:00:07 +0300
committerCem Keylan <cem@ckyln.com>2021-08-14 14:00:07 +0300
commite02e252501e67f788c6183d59484469ad87c35cf (patch)
tree4f12f513fdd49ba31d22b08a5bf7b61ecec4448c /core/cpt/build
parenteb3cde46216300177da2b814259ded259aaf8781 (diff)
downloadrepository-e02e252501e67f788c6183d59484469ad87c35cf.tar.gz
cpt: bump to 6.2.0
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build6
1 files changed, 5 insertions, 1 deletions
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"