summaryrefslogtreecommitdiff
path: root/shells/zsh3
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-09-23 21:08:56 +0000
committertron <tron@pkgsrc.org>2001-09-23 21:08:56 +0000
commitaeb8065bbaf9e2d227d18ab82c7ade5f38dee1ea (patch)
tree560d134cc88aba1037b2e123554d5233cd94385a /shells/zsh3
parent45df76b111cf3f75364ca968460f10a8ed6d4db7 (diff)
downloadpkgsrc-aeb8065bbaf9e2d227d18ab82c7ade5f38dee1ea.tar.gz
Fix oversights in last commit.
Diffstat (limited to 'shells/zsh3')
-rw-r--r--shells/zsh3/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh3/pkg/PLIST b/shells/zsh3/pkg/PLIST
index e4bd68c6762..9b64257c448 100644
--- a/shells/zsh3/pkg/PLIST
+++ b/shells/zsh3/pkg/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2001/09/23 21:06:08 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:08:57 tron Exp $
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
bin/${PKGNAME}
@unexec install-info --delete %D/info/zsh.info %D/info/dir
info/zsh.info