diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-28 01:42:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-28 01:42:51 +0300 |
commit | b02a1ceae92caa07a66a253b776071ad83920f34 (patch) | |
tree | e7203260ff331897e888f45edee73d5d9d86f113 /core | |
parent | 3ebbf97f41d658d56896944eb1ca20c38505f80d (diff) | |
download | repository-b02a1ceae92caa07a66a253b776071ad83920f34.tar.gz |
cpt: move to git revision on experimental branch
Diffstat (limited to 'core')
-rwxr-xr-x | core/cpt/build | 5 | ||||
-rw-r--r-- | core/cpt/checksums | 1 | ||||
-rw-r--r-- | core/cpt/sources | 2 | ||||
-rw-r--r-- | core/cpt/version | 2 |
4 files changed, 4 insertions, 6 deletions
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 |