[egoboo] I didn't redo the paths properly when I changed the other branch

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:52:47 UTC 2012


commit 0f4d574d9e8a8f721cfc37549cfd5177ec54350a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 18:03:32 2012 -0500

    I didn't redo the paths properly when I changed the other branch

 egoboo-paths.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/egoboo-paths.patch b/egoboo-paths.patch
index 1a52e59..0e3f2bc 100644
--- a/egoboo-paths.patch
+++ b/egoboo-paths.patch
@@ -8,8 +8,8 @@
 -    strncpy( linux_binaryPath, "/games/",                  SDL_arraysize( linux_binaryPath ) );
 -    strncpy( linux_dataPath,   "/share/games/egoboo-2.x/", SDL_arraysize( linux_dataPath ) );
 +    strncpy( linux_configPath, "/etc/egoboo/",         SDL_arraysize( linux_configPath ) );
-+    strncpy( linux_binaryPath, "/usr/bin",                  SDL_arraysize( linux_binaryPath ) );
-+    strncpy( linux_dataPath,   "/usr/share/games/egoboo/", SDL_arraysize( linux_dataPath ) );
++    strncpy( linux_binaryPath, "/usr/bin/",                  SDL_arraysize( linux_binaryPath ) );
++    strncpy( linux_dataPath,   "/usr/share/egoboo/", SDL_arraysize( linux_dataPath ) );
  #endif
  
      // the log file cannot be started until there is a user data path to dump the file into


More information about the scm-commits mailing list