From f13fd55663f033e97490ad8b7878fec1855e181e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 5 Mar 2021 16:40:28 +0000 Subject: [PATCH] rpm-setup.sh: Fix typo --- tools/rpm-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rpm-setup.sh b/tools/rpm-setup.sh index a1aac94f86..e2ecaf306f 100755 --- a/tools/rpm-setup.sh +++ b/tools/rpm-setup.sh @@ -264,5 +264,5 @@ fi if [ $RPMDEPS -eq 0 ] then - printf "\n*** RPM packages build deps not installed. Rerun with --install-deb-deps to have them.\n" + printf "\n*** RPM packages build deps not installed. Rerun with --install-rpm-deps to have them.\n" fi