]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- a small fix for short-circuit build
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Mon, 23 Jan 2006 23:52:20 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.57

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.119586 seconds and 4 git commands to generate.