openbsd-ports/games/stone-soup/patches/patch-source_command_cc
stsp 31c9d3dead Dungeon Crawl Stone Soup is a free roguelike game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly
monsters in a quest for the mystifyingly fabulous Orb of Zot.

ok benoit@
2011-04-24 20:14:06 +00:00

13 lines
492 B
Plaintext

$OpenBSD: patch-source_command_cc,v 1.1.1.1 2011/04/24 20:14:06 stsp Exp $
--- source/command.cc.orig Sun Apr 3 21:44:58 2011
+++ source/command.cc Sun Apr 3 21:45:10 2011
@@ -854,7 +854,7 @@ struct help_file
help_file help_files[] = {
{ "crawl_manual.txt", '*', true },
- { "../README.txt", '!', false },
+ { "README.txt", '!', false },
{ "aptitudes.txt", '%', false },
{ "quickstart.txt", '^', false },
{ "macros_guide.txt", '~', false },