mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
19 lines
519 B
Plaintext
19 lines
519 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/09/01 19:44:33 spz Exp $
|
|
|
|
pkgsrc'ification
|
|
|
|
--- 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
|