fix make install; fix the package directory tree

This commit is contained in:
Haoyang Wang
2015-11-01 08:32:23 -08:00
parent 37b7229326
commit 2894f1f873
5 changed files with 15 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ tell application "Terminal"
activate
#open new window and run NetHack in it
do script with command "clear;sleep 1;/usr/local/games/bin/nethack;echo '(press RETURN to exit)';awk '{exit}';exit"
do script with command "clear;sleep 1;/usr/local/bin/nethack;echo '(press RETURN to exit)';awk '{exit}';exit"
set nhresult to result -- class is tab
set nhresrec to result as record
set nhreslist to result as list