pkgsrc/sysutils/gentoo/patches/patch-ad
adam 7619413647 Changes 0.11.52:
* Russian translations updated. Thanks M. Zaripov.
* Added test for nested Move of directories. Thanks to John H.,
  "m3", and F. Cosolete for reporting variants of this.
* Hopefully fixed broken logic in Copy that caused it to abort
  too soon when skipping a directory. Reported by M. Bunkus.
* Fixed bug that caused DirParent to always (internally) look like
  it failed, which stopped sequences from continuing past the
  command. Reported by C. DeeDee.
* The SelectSuffix command will now use the first bareword argument
  as the suffix. Suffixes are assumed to start with a period (.),
  so running "SelectSuffix action=toggle bmp" will toggle the sel-
  ection state of all files whose names end in ".bmp". This was
  suggested by C. DeeDee.
* The left arrow key now exits the text viewer (suggested by
  F. Cosoleto).
2004-11-03 15:31:42 +00:00

13 lines
495 B
Text

$NetBSD: patch-ad,v 1.5 2004/11/03 15:31:59 adam Exp $
--- po/Makefile.in.in.orig 2004-11-03 17:25:44.000000000 +0000
+++ po/Makefile.in.in
@@ -27,7 +27,7 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(MKINSTALLDIRS)
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@