SPECS: qt4.spec - a small fix for short-circuit build

prism prism at pld-linux.org
Tue Jan 24 00:52:26 CET 2006


Author: prism                        Date: Mon Jan 23 23:52:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- a small fix for short-circuit build

---- Files affected:
SPECS:
   qt4.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.56 SPECS/qt4.spec:1.57
--- SPECS/qt4.spec:1.56	Sat Jan 21 01:01:17 2006
+++ SPECS/qt4.spec	Tue Jan 24 00:52:20 2006
@@ -881,8 +881,10 @@
 cd src
 %{__make}
 cd ..
-mkdir staticlib
-cp -a lib/*.a staticlib
+if [ ! -d staticlib ]; then
+	mkdir staticlib
+	cp -a lib/*.a staticlib
+fi
 %endif
 
 ##################################
@@ -1340,6 +1342,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/01/23 23:52:20  prism
+- a small fix for short-circuit build
+
 Revision 1.56  2006/01/21 00:01:17  arekm
 - kill Icon: field (support for these is obsolete says jbj)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list