From edda0f3bb9517d1794a4ce86af3381c727e998c9 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 25 Jun 2001 14:57:21 +0000 Subject: Use "exec" statement in the helper script to avoid leaving useless sh instance hanging around. --- games/solarwolf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/solarwolf') diff --git a/games/solarwolf/Makefile b/games/solarwolf/Makefile index a7213636a225..9216ea84f41e 100644 --- a/games/solarwolf/Makefile +++ b/games/solarwolf/Makefile @@ -24,7 +24,7 @@ do-install: (cd ${WRKSRC}; tar cf - .) | \ (cd ${PREFIX}/share/solarwolf; tar --unlink -xf -) @printf "#!/bin/sh\ncd ${PREFIX}/share/solarwolf && \ - ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" > ${WRKDIR}/solarwolf.sh + exec ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" > ${WRKDIR}/solarwolf.sh @${INSTALL_SCRIPT} ${WRKDIR}/solarwolf.sh ${PREFIX}/bin/solarwolf .include -- cgit v1.2.3