d4d70521ad67f46bb1d283844734245f3b2aa5e3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cryptsetup / 0001-mkdir.patch
1 $(mkdir_p) is obsolete for newer automake, use $(MKDIR_P) instead.
2 Upstream should really gettextize with a newer version before packing up.
3
4 [base on a similar patch from Gustavo Zacarias for Linux-PAM-1.1.7]
5 Signed-off-by: Axel Lin <axel.lin@ingics.com>
6
7 diff -Nura cryptsetup-1.6.3.ori/po/Makefile.in.in cryptsetup-1.6.3/po/Makefile.in.in
8 --- cryptsetup-1.6.3.ori/po/Makefile.in.in      2013-12-30 11:53:22.731942516 +0800
9 +++ cryptsetup-1.6.3/po/Makefile.in.in  2014-01-09 09:46:13.594071188 +0800
10 @@ -31,7 +31,7 @@
11  INSTALL = @INSTALL@
12  INSTALL_DATA = @INSTALL_DATA@
13  mkinstalldirs = $(SHELL) @install_sh@ -d
14 -mkdir_p = @mkdir_p@
15 +mkdir_p = @MKDIR_P@
16  
17  GMSGFMT_ = @GMSGFMT@
18  GMSGFMT_no = @GMSGFMT@