common: change wording in error message
build helper and build styles are now different concepts
This commit is contained in:
parent
6a42272495
commit
175b65f006
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ run_step() {
|
||||||
msg_error "$pkgver: cannot find do_$step_name() in $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n"
|
msg_error "$pkgver: cannot find do_$step_name() in $XBPS_BUILDSTYLEDIR/${build_style}.sh!\n"
|
||||||
fi
|
fi
|
||||||
else
|
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
|
fi
|
||||||
elif [ ! "$optional_step" ]; then
|
elif [ ! "$optional_step" ]; then
|
||||||
msg_error "$pkgver: cannot find do_$step_name()!\n"
|
msg_error "$pkgver: cannot find do_$step_name()!\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue