aboutsummaryrefslogtreecommitdiff
path: root/testing/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-13 12:46:56 +0300
committerCem Keylan <cem@ckyln.com>2021-03-13 12:47:44 +0300
commit87ff976e18166780535c0d0d79d44e5675146009 (patch)
tree53be93e803021e63d0f5becc714f1ba77af18d24 /testing/cpt/build
parentaa27c454ea76eb2fe945edab437c735710290497 (diff)
downloadrepository-87ff976e18166780535c0d0d79d44e5675146009.tar.gz
cpt: fix versioning [TESTING]
Diffstat (limited to 'testing/cpt/build')
-rwxr-xr-xtesting/cpt/build4
1 files changed, 1 insertions, 3 deletions
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"