#! /bin/sh /usr/share/dpatch/dpatch-run
## fix_install_sh.dpatch by Mirco Bauer <meebey@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad gfax-0.7.6~/po/Makefile.in.in gfax-0.7.6/po/Makefile.in.in
--- gfax-0.7.6~/po/Makefile.in.in	2006-11-30 04:25:02.000000000 +0100
+++ gfax-0.7.6/po/Makefile.in.in	2007-04-08 17:55:28.000000000 +0200
@@ -39,7 +39,7 @@
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p@.
 # Until it can be supposed, use the safe fallback:
-mkdir_p = $(install_sh) -d
+mkdir_p = $(INSTALL) -d
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
