diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-29 11:30:21 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-29 11:30:21 +0000 |
| commit | f5258aed755575c1abf269348e4e335cdcb17a3b (patch) | |
| tree | c4a6e09a28b033dd115b32eff4d13b732dcaa4ce /include | |
| parent | d9e265975297fb712213fbbf12c43b6ca68fc846 (diff) | |
- program sa da nainstalovat do /usr/
( ak sa zmenia dve konstanty tak hocikam :) )
- script na robenie balickov pre debian-like distribuciach
testovane pod Debian 4.3r a Ubuntu 7.10 vo VirtualBoxe 1.5.6
git-svn-id: http://opensvn.csie.org/tuxanci_ng@6 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include')
| -rw-r--r-- | include/path.h | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/include/path.h b/include/path.h index 60a7cb3..b48e3d4 100644 --- a/include/path.h +++ b/include/path.h @@ -3,12 +3,16 @@ #define PATH_H -#define PATH_IMAGE "./image/" -#define PATH_FONT "./font/" -#define PATH_ARENA "./arena/" -#define PATH_SOUND "./sound/" -#define PATH_MUSIC "./music/" -#define PATH_CONFIG "./conf/" -#define PATH_LANG "./lang/" +//#define PATH_DIST_DIR "/usr/local/share/tuxanci-ng/" + +#define PATH_DIST_DIR "/usr/share/tuxanci-ng/" + +#define PATH_IMAGE PATH_DIST_DIR "image/" +#define PATH_FONT PATH_DIST_DIR "font/" +#define PATH_ARENA PATH_DIST_DIR "arena/" +#define PATH_SOUND PATH_DIST_DIR "sound/" +#define PATH_MUSIC PATH_DIST_DIR "music/" +#define PATH_CONFIG PATH_DIST_DIR "conf/" +#define PATH_LANG PATH_DIST_DIR "lang/" #endif |