diff options
Diffstat (limited to 'testing/cpt/build')
-rwxr-xr-x | testing/cpt/build | 4 |
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" |