common: change wording in error message

build helper and build styles are now different concepts
This commit is contained in:
Johannes 2019-11-01 00:16:32 +01:00 committed by Johannes
parent 6a42272495
commit 175b65f006

View File

@ -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"