diff options
Diffstat (limited to 'games-puzzle/monsterz/files')
-rw-r--r-- | games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch new file mode 100644 index 000000000000..bd8a825c3c46 --- /dev/null +++ b/games-puzzle/monsterz/files/monsterz-0.7.1-gentoo-r1.patch @@ -0,0 +1,11 @@ +--- a/monsterz.py.old 2019-12-25 20:25:16.680365172 +0100 ++++ b/monsterz.py 2019-12-25 20:25:50.606666122 +0100 +@@ -1991,7 +1991,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', |