From 8686eb59275e73f0e500770e31afa8b90df04211 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 8 Sep 2022 15:29:10 +0200 Subject: [PATCH] contrib: fix syntax error in "configure-for-system.sh" --- contrib/fedora/rpm/configure-for-system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/rpm/configure-for-system.sh b/contrib/fedora/rpm/configure-for-system.sh index bae35e227c..ea1639f9d7 100755 --- a/contrib/fedora/rpm/configure-for-system.sh +++ b/contrib/fedora/rpm/configure-for-system.sh @@ -305,9 +305,9 @@ else fi if [ -z "$P_BUILD_TYPE" ] ; then - if [ -d ./build -a ! -f ./configure] ; then + if [ -d ./build -a ! -f ./configure ] ; then P_BUILD_TYPE=meson - elif [ ! -d ./build -a -f ./configure] ; then + elif [ ! -d ./build -a -f ./configure ] ; then P_BUILD_TYPE=autotools else P_BUILD_TYPE=autotools