rev 6013 - branches/kde4/packages/qt4-x11/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue May 1 11:53:20 UTC 2007


Author: pusling-guest
Date: 2007-05-01 11:53:19 +0000 (Tue, 01 May 2007)
New Revision: 6013

Modified:
   branches/kde4/packages/qt4-x11/debian/rules
Log:
grr... rm -f


Modified: branches/kde4/packages/qt4-x11/debian/rules
===================================================================
--- branches/kde4/packages/qt4-x11/debian/rules	2007-05-01 11:32:36 UTC (rev 6012)
+++ branches/kde4/packages/qt4-x11/debian/rules	2007-05-01 11:53:19 UTC (rev 6013)
@@ -76,8 +76,8 @@
 	      src/corelib/global/qconfig.*
 
 	rm -rf lib/ plugins/
-	find . -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm
-	rm examples/tools/plugandpaint/plugins/libpnp_basictools.a
+	find . -exec file {} \; | grep ELF | sed 's/:.*//'  | xargs rm -f
+	rm -f examples/tools/plugandpaint/plugins/libpnp_basictools.a
 
 	find include/ -type l -print0 | xargs -0r rm -f
 	find . -mindepth 2 -name Makefile -print0 \




More information about the pkg-kde-commits mailing list