summaryrefslogtreecommitdiff
path: root/shells/zsh-current/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-current/patches/patch-ah')
-rw-r--r--shells/zsh-current/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/zsh-current/patches/patch-ah b/shells/zsh-current/patches/patch-ah
deleted file mode 100644
index 7a05b17ae63..00000000000
--- a/shells/zsh-current/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2007/09/21 05:24:43 uebayasi Exp $
-
---- Config/installfns.sh.orig 2006-03-20 20:06:24.000000000 +0900
-+++ Config/installfns.sh 2007-09-20 11:50:26.000000000 +0900
-@@ -46,7 +46,7 @@
- fi
- test -d $instdir || /bin/sh $sdir_top/mkinstalldirs $instdir || exit 1
- if test -x $sdir_top/$file; then
-- $INSTALL_PROGRAM $sdir_top/$file $instdir || exit 1
-+ $INSTALL_SCRIPT $sdir_top/$file $instdir || exit 1
- else
- $INSTALL_DATA $sdir_top/$file $instdir || exit 1
- fi