diff options
Diffstat (limited to 'games/gnomegames/files/patch-af')
-rw-r--r-- | games/gnomegames/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gnomegames/files/patch-af b/games/gnomegames/files/patch-af new file mode 100644 index 00000000000..2ad5821dd19 --- /dev/null +++ b/games/gnomegames/files/patch-af @@ -0,0 +1,11 @@ +--- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 ++++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 +@@ -1249,7 +1249,7 @@ + static gboolean + scan_public_plugin_directory (void) + { +- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/"); ++ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/"); + + plugin_load_plugins_in_dir (dir); + |