diff options
Diffstat (limited to 'shells/zsh/patches/patch-af')
-rw-r--r-- | shells/zsh/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-af b/shells/zsh/patches/patch-af new file mode 100644 index 00000000000..81784227c97 --- /dev/null +++ b/shells/zsh/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.4 2012/07/22 10:03:40 ryoon Exp $ + +--- Config/defs.mk.in.orig 2011-04-19 15:05:00.000000000 +0000 ++++ Config/defs.mk.in +@@ -81,6 +81,7 @@ TEXI2PDF = @TEXI2PDF@ + + # install utility + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ + + # variables used in determining what to install |