From b02a1ceae92caa07a66a253b776071ad83920f34 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 28 Dec 2020 01:42:51 +0300 Subject: cpt: move to git revision on experimental branch --- core/cpt/build | 5 ++--- core/cpt/checksums | 1 - core/cpt/sources | 2 +- core/cpt/version | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'core/cpt') diff --git a/core/cpt/build b/core/cpt/build index 11f03c51..0a4b365c 100755 --- a/core/cpt/build +++ b/core/cpt/build @@ -1,9 +1,8 @@ #!/bin/sh -e -make PREFIX=/usr DESTDIR="$1" install +REDO=$(command -v redo) || REDO=./tools/do +DESTDIR=$1 PREFIX=/usr "$REDO" install install -Dm644 cpt-base "$1/etc/cpt-base" install -Dm755 news "$1/usr/bin/cpt-news" -# TODO Remove this on the next release -rm -f "$1/usr/bin/Makefile" diff --git a/core/cpt/checksums b/core/cpt/checksums index 22920f68..9dc41d0d 100644 --- a/core/cpt/checksums +++ b/core/cpt/checksums @@ -1,2 +1 @@ -04228de4e637b2437101af72b841bf153ecad7ae3e9a2b7a9dce83017d2b0740 cpt-5.1.1.tar.gz 6813f2db74869f07eceb79421670d6a5ad51c54070f8d19ff1b6fd739297b02c news diff --git a/core/cpt/sources b/core/cpt/sources index 18ac3d39..a269caed 100644 --- a/core/cpt/sources +++ b/core/cpt/sources @@ -1,2 +1,2 @@ -https://git.carbslinux.org/archive/cpt/cpt-5.1.1.tar.gz +git+git://git.carbslinux.org/cpt@helpers files/news diff --git a/core/cpt/version b/core/cpt/version index 3963d30a..a383ea1a 100644 --- a/core/cpt/version +++ b/core/cpt/version @@ -1 +1 @@ -5.1.1 1 +git 1 -- cgit v1.2.3