From b0296b1252fa007007654ccd982e2c8aa57f502d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 12 Jan 2021 13:04:49 -0600 Subject: [PATCH] common/build-style/qmake: fix variable name --- common/build-style/qmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/qmake.sh b/common/build-style/qmake.sh index 5808d7a60bd..fa54c005f36 100644 --- a/common/build-style/qmake.sh +++ b/common/build-style/qmake.sh @@ -13,7 +13,7 @@ do_configure() { qmake="/usr/lib/qt/bin/qmake" fi if [ -z "${qmake}" ]; then - msg_error "${pkgver}: Could not find qmake - missing in hostdepends?\n" + msg_error "${pkgver}: Could not find qmake - missing in hostmakedepends?\n" fi if [ "$CROSS_BUILD" ] && [ "$qmake" == "/usr/lib/qt5/bin/qmake" ]; then case $XBPS_TARGET_MACHINE in