72658dc246
- This version fixes a startup crash [1]. - Add a patch to fix crash when resuming from a paused game. PR: ports/116140 [1] Submitted by: Edwin Groothuis <edwin@mavetju.org>
8 lines
247 B
Text
8 lines
247 B
Text
--- src/snipe2d.in.orig Sat Sep 23 15:07:31 2006
|
|
+++ src/snipe2d.in Sun Sep 30 20:53:38 2007
|
|
@@ -1,3 +1,3 @@
|
|
-#! /bin/bash
|
|
+#! /bin/sh
|
|
prefix=@prefix@
|
|
-@datadir@/@PACKAGE_NAME@/snipe2d.@CPU_IS@.dynamic $*
|
|
+@datadir@/@PACKAGE_NAME@/snipe2d-bin $*
|