summaryrefslogtreecommitdiff
blob: 652450bf190bf77c407dfb9592c359e40876ee1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- monsterz.py.orig	2006-05-12 18:55:51.000000000 -0400
+++ monsterz.py	2006-05-12 18:57:44.000000000 -0400
@@ -1907,7 +1906,7 @@
     print '          (C) Mike Kershaw <dragorn@kismetwireless.net>'
 
     print 'This program is free software; you can redistribute it and/or modify it under'
-    print 'the terms of the Do What The Fuck You Want To Public License, Version 2, as'
+    print 'the terms of the WTFPL, Version 2, as'
     print 'published by Sam Hocevar. See http://sam.zoy.org/wtfpl/ for more details.'
     print 'The sound effects are released under their own licences: applause.wav and'
     print 'pop.wav are covered by the LGPL, the others are covered by the GPL.'
@@ -1932,7 +1931,7 @@
     global system, data, settings, fonter, monsterz
     override = {}
     scorefile = None
-    sharedir = dirname(argv[0])
+    sharedir = "GENTOO_DATADIR"
     outfd = None
     try:
         long = ['help', 'version', 'music', 'sound', 'fullscreen',