From 522b80980e22036f0bb5ce54df13abc987f37c0d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 17 Aug 2012 12:22:51 +0000 Subject: Fix path to zsh in two more files, which are not installed. Ride PKGREVISION bump. --- shells/zsh/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shells/zsh') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index eac7bdafa8d..65a064d0c5f 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/08/17 12:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2012/08/17 12:22:51 wiz Exp $ .include "../../shells/zsh/Makefile.common" @@ -14,6 +14,7 @@ SUBST_FILES.prefix-fixup= \ Misc/globtests \ Misc/globtests.ksh \ Test/ztst.zsh \ + Test/runtests.zsh \ Util/reporter \ Functions/Calendar/calendar_add \ Functions/Misc/run-help \ @@ -22,7 +23,8 @@ SUBST_FILES.prefix-fixup= \ Functions/Misc/zcalc \ Functions/Misc/zkbd \ Functions/Misc/zed \ - Functions/Example/cat + Functions/Example/cat \ + Functions/Example/zless SUBST_SED.prefix-fixup= \ -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \ -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' \ -- cgit v1.2.3