aboutsummaryrefslogtreecommitdiff
path: root/core/cpt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 03:17:46 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 03:17:46 +0300
commit4de9189c9b20bab86d1397c6fda766f09bb90be0 (patch)
treeb6ec2e5a5e4f4f37552cab9b868a57d89ca7073b /core/cpt/build
parentca463ce367fd1af686c47742afd6c09256036922 (diff)
downloadrepository-4de9189c9b20bab86d1397c6fda766f09bb90be0.tar.gz
cpt: bump to 5.1.1
Diffstat (limited to 'core/cpt/build')
-rwxr-xr-xcore/cpt/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/cpt/build b/core/cpt/build
index c7e2ba43..11f03c51 100755
--- a/core/cpt/build
+++ b/core/cpt/build
@@ -4,3 +4,6 @@ make PREFIX=/usr DESTDIR="$1" 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"