Patch GNOME libraries so that high score files go to "/var/games" and
not to "/var/gnome/games".
This commit is contained in:
parent
3f36cb0c45
commit
33c6353896
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.7 1999/11/15 18:47:56 rh Exp $
|
||||
$NetBSD: patch-sum,v 1.8 1999/11/19 00:17:06 tron Exp $
|
||||
|
||||
MD5 (patch-aa) = 297c1d95ea741c6ab965bdde59827d1f
|
||||
MD5 (patch-ab) = 911491cf3e32ffa67008d8d617f24a08
|
||||
|
@ -13,3 +13,4 @@ MD5 (patch-aj) = cb5dff8072ddfb84268ddf77453622e4
|
|||
MD5 (patch-ak) = aef962961191617c236950a2e60a289b
|
||||
MD5 (patch-al) = c3b644c6ec492fa08a0f57a203688e8e
|
||||
MD5 (patch-am) = 9080526528d73e464b2edf0ebcea5e5b
|
||||
MD5 (patch-an) = dee75a547a668dcb253b23588c7720e1
|
||||
|
|
11
x11/gnome-libs/patches/patch-an
Normal file
11
x11/gnome-libs/patches/patch-an
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
||||
{
|
Loading…
Reference in a new issue