summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-29 01:15:06 +0000
committerjtb <jtb@pkgsrc.org>2001-04-29 01:15:06 +0000
commita42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df (patch)
tree05e7c33a48b71a42ef3c79f09838a5e3769b93bb /shells
parentb97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (diff)
downloadpkgsrc-a42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df.tar.gz
Fix typo.
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile4
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"