Make HTML docs work on Debian-based GNU/Linux distributions.
Do not use this patch on Redhat-based systems.

2004/12/04

Clarence Dang
For support: <kolourpaint-support@lists.sourceforge.net>

--- kolourpaint-1.2.2_kde3-1bin/kolourpaint	2004-12-04 11:48:53.000000000 +0100
+++ kolourpaint-1.2.2_kde3-1bin/kolourpaint	2004-12-04 11:58:15.000000000 +0100
@@ -52,11 +52,11 @@
 
 # (if this fails, all the user loses is the docs - no need to abort)
 echo -n Setting up HTML docs symlink ..." "
-if ! mkdir -p "$kdehome/share/doc/HTML/en"
+if ! mkdir -p "$kdehome/share/doc/kde/HTML/en"
 then
-    echo Could not create "$kdehome/share/doc/HTML/en"
+    echo Could not create "$kdehome/share/doc/kde/HTML/en"
 else
-    DOC_LINK="$kdehome/share/doc/HTML/en/kolourpaint"
+    DOC_LINK="$kdehome/share/doc/kde/HTML/en/kolourpaint"
     if [ -L "$DOC_LINK" ]
     then
         # Sigh :(
