Change the root directory to /usr/local/games

This commit is contained in:
Haoyang Wang
2015-10-25 20:44:07 -07:00
parent 93d2d28f78
commit 37b7229326
4 changed files with 4 additions and 4 deletions

View File

@@ -6,6 +6,6 @@
# Display the Guidebook from the GUI.
tell application "Finder"
open location "file:///usr/games/doc/NetHackGuidebook.pdf"
open location "file:///usr/local/games/doc/NetHackGuidebook.pdf"
delay 5
end tell