From 246eeaa2169dd7e0cf485b52a36f7ce64e72a80e Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 20 Dec 2020 09:00:28 +0000 Subject: cpt-lib: fix a bug in pkg_clean when CPT_DEBUG was set Because of the CPT_DEBUG check returning 1, it would skip the termination, meaning that even the package has failed, it will create the tarball and exit with success. FossilOrigin-Name: ce2337ddaa89f4a9928018ad325e6c7eac71ffb639ad55ad8e8bc97547f9a59b --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 7001625..ba76118 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # See LICENSE for copyright information -VERSION = 5.1.0 +VERSION = 5.1.1 # Paths PREFIX = /usr/local -- cgit v1.2.3