diff options
Diffstat (limited to 'shells/zsh-current/patches/patch-ag')
-rw-r--r-- | shells/zsh-current/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/zsh-current/patches/patch-ag b/shells/zsh-current/patches/patch-ag new file mode 100644 index 00000000000..9db6869db86 --- /dev/null +++ b/shells/zsh-current/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.3 2008/12/22 02:18:51 uebayasi Exp $ + +--- Makefile.in.orig 2008-02-01 20:22:22.000000000 +0900 ++++ Makefile.in +@@ -87,6 +87,7 @@ install.fns: + scriptdir="$(scriptdir)" \ + FUNCTIONS_SUBDIRS="$(FUNCTIONS_SUBDIRS)" \ + INSTALL_DATA="$(INSTALL_DATA)" \ ++ INSTALL_SCRIPT="$(INSTALL_SCRIPT)" \ + INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \ + DESTDIR="$(DESTDIR)" VERSION="$(VERSION)" \ + $(SHELL) $(sdir_top)/Config/installfns.sh || exit 1; \ |