forked from pool/SDL_mixer
fce0d68e27
Copy from home:jengelh:branches:games/SDL_mixer via accept of submit request 27250 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/27250 OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=4
12 lines
287 B
Diff
12 lines
287 B
Diff
--- timidity/config.h
|
|
+++ timidity/config.h
|
|
@@ -176,7 +176,7 @@
|
|
#if defined(__WIN32__) || defined(__OS2__)
|
|
#define DEFAULT_PATH "\\TIMIDITY"
|
|
#else
|
|
-#define DEFAULT_PATH "/usr/local/lib/timidity"
|
|
+#define DEFAULT_PATH "/usr/share/timidity"
|
|
#endif
|
|
|
|
/* These affect general volume */
|