updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / shotgun-debugger / localstatedir.patch
blob0076dfc892d2c506006226362a818179a7011167
1 --- ShotgunDebuggerSource/sdb.h 2010-02-04 20:29:34.000000000 +0100
2 +++ sdb.h 2010-06-01 13:21:19.000000000 +0200
3 @@ -87,18 +87,8 @@
5 #define PACKAGE_RELEASE_DATE "June 15, 2005"
7 -#ifndef PKGDATADIR
8 -#ifdef _WIN32
9 -#define PKGDATADIR "./"
10 +#define PKGDATADIR "/usr/share/games/shotgun-debugger/Resources/"
11 #define LOCALSTATEDIR "/.sdb/"
12 -#elif __MACOSX__
13 -#define PKGDATADIR "./Shotgun Debugger.app/Contents/Resources/"
14 -#define LOCALSTATEDIR "/Library/Application Support/Shotgun Debugger/" // relative to home dir
15 -#else
16 -#define PKGDATADIR "/usr/local/share/shotgun-debugger"
17 -#define LOCALSTATEDIR "/.sdb/"
18 -#endif
19 -#endif
21 #define CONFIG_FILE "preferences.txt"
22 #define PLAYER_DATA_FILE "player.dat"