]> git.pld-linux.org Git - packages/qt4.git/blobdiff - qt4.spec
- a small fix for short-circuit build
[packages/qt4.git] / qt4.spec
index f4d88ddf10c90857030cea9c6a0bc69050c2adb7..f1c0d5e278620c27a44105ca67933b1baba2f205 100644 (file)
--- 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
 
 ##################################
This page took 0.069293 seconds and 4 git commands to generate.