rpm-setup.sh: Fix typo

This commit is contained in:
João Valverde 2021-03-05 16:40:28 +00:00
parent 2d7b68aa09
commit f13fd55663
1 changed files with 1 additions and 1 deletions

View File

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