aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcore/cpt/build5
-rw-r--r--core/cpt/checksums1
-rw-r--r--core/cpt/sources2
-rw-r--r--core/cpt/version2
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