From 6f1b92786ab114b6c2573a421483f3663a1a27be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=C5=81ukaszek?= Date: Mon, 23 Jan 2006 23:52:20 +0000 Subject: [PATCH] - a small fix for short-circuit build Changed files: qt4.spec -> 1.57 --- qt4.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qt4.spec b/qt4.spec index f4d88dd..f1c0d5e 100644 --- a/qt4.spec +++ b/qt4.spec @@ -880,8 +880,10 @@ echo "yes" | ./configure $COMMONOPT $OPT cd src %{__make} cd .. -mkdir staticlib -cp -a lib/*.a staticlib +if [ ! -d staticlib ]; then + mkdir staticlib + cp -a lib/*.a staticlib +fi %endif ################################## -- 2.44.0