From 87ff976e18166780535c0d0d79d44e5675146009 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Sat, 13 Mar 2021 12:46:56 +0300
Subject: cpt: fix versioning [TESTING]

---
 testing/cpt/build   | 4 +---
 testing/cpt/version | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

(limited to 'testing')

diff --git a/testing/cpt/build b/testing/cpt/build
index 7c0d36f6..7aa514e7 100755
--- a/testing/cpt/build
+++ b/testing/cpt/build
@@ -1,9 +1,7 @@
 #!/bin/sh -e
 
 docs=$(./src/cpt-list --check texinfo yes no)
-make PREFIX=/usr "DOCS=$docs" DESTDIR="$1" install
+make PREFIX=/usr DOCS="$docs" DESTDIR="$1" install
 
 install -Dm644 cpt-base "$1/etc/cpt-base"
 install -Dm755 news     "$1/usr/bin/cpt-news"
-
-install -Dm755 src/cpt "$1/usr/bin/cpt"
diff --git a/testing/cpt/version b/testing/cpt/version
index 27b49972..2997b004 100644
--- a/testing/cpt/version
+++ b/testing/cpt/version
@@ -1 +1 @@
-5.1.2 2
+6.0.0-rc1 1
-- 
cgit v1.2.3