From 0637f959b8c00a2501722d8bfc83cd63ac1ce03c5a492bc0720e084689ed2943 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 24 Dec 2020 12:15:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/asymptote?expand=0&rev=8 --- asymptote.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asymptote.spec b/asymptote.spec index 79e4f13..e3d2087 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -64,7 +64,7 @@ for scientific text. rm -fv libatomic_ops-*.tar.gz gc-*.tar.gz %build -if ! -e configure; then autoreconf -fiv; fi +if [ ! -e configure ]; then autoreconf -fiv; fi %configure --with-docdir="%_docdir/%name" %make_build