diff options
Diffstat (limited to 'mail/evolution-exchange/files/patch-po::Makefile.in.in')
-rw-r--r-- | mail/evolution-exchange/files/patch-po::Makefile.in.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-po::Makefile.in.in b/mail/evolution-exchange/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..042bef6eb7fc --- /dev/null +++ b/mail/evolution-exchange/files/patch-po::Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004 ++++ po/Makefile.in.in Sun Jul 25 18:31:20 2004 +@@ -32,6 +32,8 @@ + gnulocaledir = $(datadir)/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po ++mkdir_p = @mkdir_p@ ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ |