From 54e2cab65163010b1eb27fe5dd9fa3f4da680229 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 1 Nov 2019 00:16:32 +0100 Subject: [PATCH] common: change wording in error message build helper and build styles are now different concepts --- common/xbps-src/shutils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index d0e455471ea..c2a87be4534 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -61,7 +61,7 @@ run_step() { msg_error "$pkgver: cannot find do_$step_name() in $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n" fi else - msg_error "$pkgver: cannot find build helper $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n" + msg_error "$pkgver: cannot find build style $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n" fi elif [ ! "$optional_step" ]; then msg_error "$pkgver: cannot find do_$step_name()!\n"