summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
blob: 4f18686c0c135f9bc5c7758e009331d68324be00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Upstream-Status: Inappropriate [configuration]

Index: libgalago-0.5.2/po/Makefile.in.in
===================================================================
--- libgalago-0.5.2.orig/po/Makefile.in.in	2006-06-06 09:59:17.000000000 +0100
+++ libgalago-0.5.2/po/Makefile.in.in	2009-08-19 20:31:56.000000000 +0100
@@ -29,7 +29,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(MKINSTALLDIRS)
 
 CC = @CC@
 GMSGFMT = @GMSGFMT@
Index: libgalago-0.5.2/configure.ac
===================================================================
--- libgalago-0.5.2.orig/configure.ac	2009-08-19 20:30:56.000000000 +0100
+++ libgalago-0.5.2/configure.ac	2009-08-19 20:31:28.000000000 +0100
@@ -157,6 +157,9 @@
 
 AC_SUBST(CFLAGS)
 
+MKINSTALLDIRS="mkdir -p"
+AC_SUBST(MKINSTALLDIRS)
+
 dnl ################################################################
 dnl # Output the Makefiles
 dnl ################################################################