meta: fix build-class -> build-helper

This commit is contained in:
maxice8 2019-02-26 17:27:15 -03:00
parent 62240f4e40
commit f683b0aa08
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

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