aboutsummaryrefslogtreecommitdiff
path: root/testing/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-04-03 19:57:33 +0300
committerCem Keylan <cem@ckyln.com>2021-04-03 19:57:33 +0300
commit841fec4ac79bf2be2a03966ecb26825801540ea6 (patch)
treeb661649191b17b9acaaa62e64471d98f7b0242b2 /testing/cpt/build
parente1cac1fd1ccef065cf73ccb82ed6f95f9bb4038e (diff)
downloadrepository-841fec4ac79bf2be2a03966ecb26825801540ea6.tar.gz
cpt: drop release candidate from testing
Diffstat (limited to 'testing/cpt/build')
-rwxr-xr-xtesting/cpt/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/cpt/build b/testing/cpt/build
deleted file mode 100755
index 7aa514e7..00000000
--- a/testing/cpt/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-docs=$(./src/cpt-list --check texinfo yes no)
-make PREFIX=/usr DOCS="$docs" DESTDIR="$1" install
-
-install -Dm644 cpt-base "$1/etc/cpt-base"
-install -Dm755 news "$1/usr/bin/cpt-news"