blob: 44216a19532a676ec56d3916e5d043eb6cd947cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-an,v 1.2 2000/02/05 15:45:49 wiz Exp $
--- libgnome/gnome-score..orig Thu Aug 19 21:35:44 1999
+++ libgnome/gnome-score.c Fri Nov 19 01:04:44 1999
@@ -26,7 +26,7 @@
#define NSCORES 10
#endif
-#define SCORE_PATH GNOMELOCALSTATEDIR "/games"
+#define SCORE_PATH "/var/games"
struct command
{
|