0d82a2fa98
GNU sed is the Free Software Foundation's version of the sed(1) editor. from Armin Wolfermann <armin@wolfermann.org> prodded by Stefan Sperling
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2007/09/17 08:39:53 sturm Exp $
|
|
--- po/Makefile.in.in.orig Tue Nov 9 19:04:18 2004
|
|
+++ po/Makefile.in.in Sun Feb 12 23:05:16 2006
|
|
@@ -26,7 +26,7 @@ gettextsrcdir = $(datadir)/gettext/po
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
-MKINSTALLDIRS = @MKINSTALLDIRS@
|
|
+MKINSTALLDIRS = /usr/bin/install -d
|
|
mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
|
|
|
|
GMSGFMT = @GMSGFMT@
|