pkgsrc/games/pysolfc/patches/patch-ab

16 lines
505 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2008/11/16 07:12:09 snj Exp $
--- pysollib/settings.py.orig 2008-11-15 13:04:30.000000000 -0800
+++ pysollib/settings.py 2008-11-15 13:05:05.000000000 -0800
@@ -57,10 +57,7 @@ DATA_DIRS = []
# you can add your extra directories here
if os.name == 'posix':
DATA_DIRS = [
- '/usr/share/PySolFC',
- '/usr/local/share/PySolFC',
- '/usr/games/PySolFC',
- '/usr/local/games/PySolFC',
+ '@DATADIR@'
]
if os.name == 'nt':
pass