5304a1914e
Fix build on armv6/armv7 by removing a misguided OS-detection case. Fix build with WRKDIR inside a git-maintained ports tree. Turn the custom README into a pkg-message for better visibility. Take over maintainership of this unmaintained port. PR: 259499
18 lines
336 B
Text
18 lines
336 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The end-user documentation for ``Dungeon Crawl Stone Soup`` can be found
|
|
in-game and in `%%DATADIR%%/docs`.
|
|
|
|
Happy crawling!
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
If the game fails to start after an upgrade try to delete
|
|
the old save games using `rm -rf ~/.stonesoup/saves`.
|
|
|
|
Happy crawling!
|
|
EOM
|
|
}
|
|
]
|