openbsd-ports/games/teeworlds/patches/patch-scripts_make_src_py
ajacoutot 0e746fcb66 Import teeworlds-0.5.0
Teeworlds is a free online multiplayer game, available for all major 
operating systems. Battle with up to 16 players in a variety of game 
modes, including Team Deathmatch and Capture The Flag.

Based on an original submission from Jonathan Armani (MAINTAINER) with
several tweaks from me
2009-01-18 17:53:36 +00:00

13 lines
601 B
Plaintext

$OpenBSD: patch-scripts_make_src_py,v 1.1.1.1 2009/01/18 17:53:36 ajacoutot Exp $
--- scripts/make_src.py.orig Fri Jan 16 17:17:44 2009
+++ scripts/make_src.py Fri Jan 16 17:18:15 2009
@@ -34,7 +34,7 @@ os.chdir(root_dir)
if 1:
os.system("svn export svn://svn.teeworlds.com/teeworlds/%s teeworlds" % svn_tree)
os.chdir("teeworlds")
- os.system("python scripts/make_release.py %s src" % version)
+ os.system("${MODPY_BIN} scripts/make_release.py %s src" % version)
os.chdir(root_dir)
for f in os.listdir("teeworlds"):
if "teeworlds" in f and "src" in f and (".zip" in f or ".tar.gz" in f):