From f683b0aa0828fd36aae3bfa186ae5e4bdcb3f94c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Feb 2019 17:27:15 -0300 Subject: [PATCH] meta: fix build-class -> build-helper --- 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 92f45c3b908..5667e4a9454 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -599,7 +599,7 @@ setup_pkg() { source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh - # Source all build-class files that are defined + # Source all build-helper files that are defined for f in $build_helper; do if [ ! -r $XBPS_BUILDHELPERDIR/${f}.sh ]; then msg_error "$pkgver: cannot find build helper $XBPS_BUILDHELPERDIR/${f}.sh!\n"