You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo.patch

21 lines
966 B

--- 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',