From aa27c454ea76eb2fe945edab437c735710290497 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 12 Mar 2021 21:37:11 +0300 Subject: cpt: add new package at 5.1.2 [TESTING] --- testing/cpt/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testing/cpt/build (limited to 'testing/cpt/build') diff --git a/testing/cpt/build b/testing/cpt/build new file mode 100755 index 00000000..7c0d36f6 --- /dev/null +++ b/testing/cpt/build @@ -0,0 +1,9 @@ +#!/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" + +install -Dm755 src/cpt "$1/usr/bin/cpt" -- cgit v1.2.3