pkgsrc/wm/openbox/patches/patch-ab
tnn 0396d511c5 Attempt to fix two problems seen with the installation of translation files:
- Don't be explicit about using a shell interpreter for install_sh.
 - use $(mkinstalldirs) as the "mkdir -p" replacement.
 - Bump PKGREVISION
2007-07-30 13:58:28 +00:00

15 lines
422 B
Text

$NetBSD: patch-ab,v 1.4 2007/07/30 13:58:28 tnn Exp $
--- po/Makefile.in.in.orig 2007-07-13 16:21:27.000000000 +0200
+++ po/Makefile.in.in
@@ -30,8 +30,8 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-mkinstalldirs = $(SHELL) @install_sh@ -d
-mkdir_p = @mkdir_p@
+mkinstalldirs = @install_sh@ -d
+mkdir_p = $(mkinstalldirs)
GMSGFMT_ = @GMSGFMT@
GMSGFMT_no = @GMSGFMT@