diff options
-rwxr-xr-x | testing/cpt/build | 4 | ||||
-rw-r--r-- | testing/cpt/version | 2 |
2 files changed, 2 insertions, 4 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" 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 |