From 87ff976e18166780535c0d0d79d44e5675146009 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 13 Mar 2021 12:46:56 +0300 Subject: cpt: fix versioning [TESTING] --- testing/cpt/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testing/cpt/build') 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" -- cgit v1.2.3