Description: These were changes to the source code that existed when converting to
 source format 3.0 (quilt)
Author: Scott Howard <showard314@gmail.com>

Index: libcdk5-5.0.20060507/headers.sh
===================================================================
--- libcdk5-5.0.20060507.orig/headers.sh	2010-08-11 23:23:59.000000000 -0400
+++ libcdk5-5.0.20060507/headers.sh	2010-08-11 23:24:14.000000000 -0400
@@ -50,7 +50,7 @@
 		fi
 		OPT_I=y
 
-		if ( test -n "$OPT_D" && test -d "$OPT_D" )
+		if ( test -n "$OPT_D" && test -d "$OPT_D" || test "$OPT_D" = /usr/include/cdk )
 		then
 			if ( test -n "$OPT_S" && test -d "$OPT_S" )
 			then
Index: libcdk5-5.0.20060507/Makefile.in
===================================================================
--- libcdk5-5.0.20060507.orig/Makefile.in	2010-08-11 23:23:59.000000000 -0400
+++ libcdk5-5.0.20060507/Makefile.in	2010-08-11 23:24:14.000000000 -0400
@@ -61,7 +61,7 @@
 libdir		= $(DESTDIR)@libdir@
 mandir		= $(DESTDIR)@mandir@
 
-DOCUMENT_DIR	= @prefix@/doc/cdk
+DOCUMENT_DIR	= $(prefix)/doc/cdk
 INCLUDE_DIR	= $(includedir)/cdk
 LIB_DIR		= $(libdir)
 MAN_DIR		= $(mandir)/man@MAN_DIR@
@@ -472,7 +472,7 @@
 $(DOCUMENT_DIR) \
 $(INCLUDE_DIR) \
 $(LIB_DIR) \
-$(MAN_DIR) : ; $(srcdir)/mkdirs.sh $@
+$(MAN_DIR) : ; #$(srcdir)/mkdirs.sh $@
 
 #
 # Files generated from templates:
