diff options
author | tv <tv> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-11 19:17:28 +0000 |
commit | c0efe49c94135e0ca543139b34a699a775d010e7 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /shells/bash2 | |
parent | 091f1e9fa8f69b314cb4181918b8a535e836cc63 (diff) | |
download | pkgsrc-c0efe49c94135e0ca543139b34a699a775d010e7.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST index 79c14ed0777..75fe9d3f87e 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 1998/02/28 20:27:13 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:34 tv Exp $ bin/bash @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/bashbug man/man1/bash.1.gz man/man1/bashbug.1.gz -@unexec %D/bin/install-info --delete %D/info/bash.info %D/info/dir +@unexec install-info --delete %D/info/bash.info %D/info/dir info/bash.info -@exec %D/bin/install-info %D/info/bash.info %D/info/dir +@exec install-info %D/info/bash.info %D/info/dir share/doc/bash/article.ps.gz share/doc/bash/bashref.ps.gz share/doc/bash/bash.html |