meta: fix build-class -> build-helper
This commit is contained in:
parent
62240f4e40
commit
f683b0aa08
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue