rev 7020 - trunk/packages/qt4-x11/debian

Fathi Boudra fboudra-guest at alioth.debian.org
Thu Aug 9 13:13:54 UTC 2007


Author: fboudra-guest
Date: 2007-08-09 13:13:53 +0000 (Thu, 09 Aug 2007)
New Revision: 7020

Modified:
   trunk/packages/qt4-x11/debian/rules
Log:
* Build. Ready to upload.

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2007-08-09 11:58:31 UTC (rev 7019)
+++ trunk/packages/qt4-x11/debian/rules	2007-08-09 13:13:53 UTC (rev 7020)
@@ -142,12 +142,12 @@
 
 binary-install/qt4-doc::
 # Tar up the examples to include them in qt4-doc
-	[ ! -f Makefile ] || $(MAKE) -k -C examples distclean
+	[ ! -f examples/Makefile ] || $(MAKE) -k -C examples distclean
 	find examples/ -name '*.debug' -print0 | xargs -0r rm -f
 	tar -cv examples/ | \
 	gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-examples.tar.gz
 
-	[ ! -f Makefile ] || $(MAKE) -k -C demos distclean
+	[ ! -f demos/Makefile ] || $(MAKE) -k -C demos distclean
 	find demos/ -name '*.debug' -print0 | xargs -0r rm -f
 	tar -cv demos/ | \
 	gzip -9 > debian/qt4-doc/usr/share/doc/qt4-doc/qt4-demos.tar.gz




More information about the pkg-kde-commits mailing list