diff options
author | jtb <jtb> | 2001-04-29 01:15:06 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-29 01:15:06 +0000 |
commit | 5983b6338b830b4a6997d455cab701879501b7b0 (patch) | |
tree | 05e7c33a48b71a42ef3c79f09838a5e3769b93bb /shells | |
parent | e223e77651d454e3a71ff010c26610a64bde6f3a (diff) | |
download | pkgsrc-5983b6338b830b4a6997d455cab701879501b7b0.tar.gz |
Fix typo.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/esh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 9a9850dc064..4b1745a8208 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/29 01:15:07 jtb Exp $ # # XXX MASTER_SITES and HOMEPAGE are commented out as they now require # authorization for access. @@ -25,7 +25,7 @@ do-install: ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/esh - cd ${WRKSRC} && ${INSTALL_DATA} esh.html esh_toc.html \ + cd ${WRKSRC}/doc && ${INSTALL_DATA} esh.html esh_toc.html \ ${PREFIX}/share/doc/esh/$$i .include "../../mk/bsd.pkg.mk" |