15 lines
625 B
Text
15 lines
625 B
Text
$NetBSD: patch-ad,v 1.3 2005/06/07 05:41:38 minskim Exp $
|
|
|
|
--- options.h.orig 2005-06-07 00:33:59.974137120 -0500
|
|
+++ options.h
|
|
@@ -8,8 +8,8 @@ If you are only building the basic game
|
|
configure theses directives.
|
|
--------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------*/
|
|
-#define INSTALL_DIR "/tmp"
|
|
-#define SCORES_FILE "/tmp/nighthawk.scores"
|
|
+#define INSTALL_DIR PREFIX "/share/nighthawk"
|
|
+#define SCORES_FILE VARBASE"/games/nighthawk.scores"
|
|
|
|
/*
|
|
uncomment this if you have a slow machine. this will reduce high intensive
|