[MPlayer-cvslog] r32517 - trunk/debian/rules

siretart subversion at mplayerhq.hu
Tue Oct 19 14:56:42 CEST 2010


Author: siretart
Date: Tue Oct 19 14:56:41 2010
New Revision: 32517

Log:
10l, unbreak building of mplayer-doc package

Modified:
   trunk/debian/rules

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	Tue Oct 19 14:55:59 2010	(r32516)
+++ trunk/debian/rules	Tue Oct 19 14:56:41 2010	(r32517)
@@ -138,7 +138,7 @@ DOCS/HTML/en/index.html:
 build-indep:
 	dh_testdir
 	dh_prep -i
-	test ! -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html
+	test -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html
 
 # commands to compile the documentation
 install-indep: build-indep


More information about the MPlayer-cvslog mailing list