From c777255c4138376a66803f5fa4544f8e26da7f39 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 11 Sep 1999 10:00:18 +0000 Subject: Fix packaging. Move all version info out of PLIST using PLIST_SUB. --- shells/zsh/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells/zsh/pkg-plist') diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index e49ae44837dc..eb9b889309a1 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -1,7 +1,7 @@ bin/zsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; 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 -bin/zsh-3.0.5 +bin/zsh-%%ZSH_VERSION%% @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info @exec install-info %D/info/zsh.info %D/info/dir -- cgit v1.2.3