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