[Pkg-kde-commits] rev 1040 - branches/kde-3.4.0/cdbs

Christopher Martin chrsmrtn-guest@costa.debian.org
Sat, 30 Apr 2005 14:07:47 +0000


Author: chrsmrtn-guest
Date: 2005-04-30 14:07:46 +0000 (Sat, 30 Apr 2005)
New Revision: 1040

Modified:
   branches/kde-3.4.0/cdbs/debian-qt-kde.mk
Log:
Oops.


Modified: branches/kde-3.4.0/cdbs/debian-qt-kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-04-28 00:03:31 UTC (rev 1039)
+++ branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-04-30 14:07:46 UTC (rev 1040)
@@ -23,7 +23,7 @@
 
 common-build-arch:: debian/stamp-man-pages
 debian/stamp-man-pages:
-	if test -d debian/man/out; then mkdir -p debian/man/out; fi
+	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
 	for f in $$(find debian/man -name '*.sgml'); do \
 		docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
 	done