summaryrefslogtreecommitdiff
path: root/games/heretic2-demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/heretic2-demo/Makefile')
-rw-r--r--games/heretic2-demo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile
index d634d0314d6..c0f9f671f9c 100644
--- a/games/heretic2-demo/Makefile
+++ b/games/heretic2-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/04/10 01:28:16 grant Exp $
#
DISTNAME= heretic2-demo-x86
@@ -41,6 +41,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTBINNAME} ${LIBDIR}/${BINNAME}
${INSTALL_DATA} ${WRKSRC}/README ${SHAREDIR}/${BINNAME}-QuickStart.txt
${INSTALL_DATA} ${WRKSRC}/README ${SHAREDIR}/${BINNAME}-README
- cd ${WRKSRC} ; ${PAX} -rw base gl_drivers icon.xpm ref_glx.so ${LIBDIR}
+ cd ${WRKSRC} && ${PAX} -rw base gl_drivers icon.xpm ref_glx.so ${LIBDIR}
.include "../../mk/bsd.pkg.mk"