pkgsrc-wip/torcs/patches/patch-ab
Yorick Hardy 00f9a6ab24 Import torcs-1.3.0 as wip/torcs.
TORCS, The Open Racing Car Simulator, is a car racing simulation, which
allows you to drive in races against opponents simulated by the computer.
You can also develop your own computer-controlled driver (also called a
robot) in C or C++.
2008-11-17 14:04:28 +00:00

13 lines
401 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2008/11/17 14:04:31 yhardy Exp $
--- ./src/linux/torcs.in.orig 2008-03-15 00:22:15.000000000 +0200
+++ ./src/linux/torcs.in 2008-03-15 00:26:25.000000000 +0200
@@ -40,7 +40,7 @@
cd $DATADIR
if [ -f $LIBDIR/setup_linux.sh ]
then
- /bin/bash $LIBDIR/setup_linux.sh $LOCAL_CONF
+ @BASH@ $LIBDIR/setup_linux.sh $LOCAL_CONF
if [ $? -ne 0 ]
then
exit 1