0e746fcb66
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
9 lines
379 B
Plaintext
9 lines
379 B
Plaintext
$OpenBSD: patch-scripts_font_installer_sh,v 1.1.1.1 2009/01/18 17:53:36 ajacoutot Exp $
|
|
--- scripts/font_installer.sh.orig Fri Jan 16 17:18:33 2009
|
|
+++ scripts/font_installer.sh Fri Jan 16 17:18:51 2009
|
|
@@ -1,3 +1,3 @@
|
|
echo Generating .fnts...
|
|
../../font_generator/a.out
|
|
-python ../scripts/font_converter.py default*.fnt
|
|
+${MODPY_BIN} ../scripts/font_converter.py default*.fnt
|