blob: 3ae36ae72fae2257e0c4b07f7c369f7351f6e462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./timidity/config.h.orig 2007-07-01 21:03:51.000000000 -0500
+++ ./timidity/config.h 2008-03-13 14:36:20.000000000 -0500
@@ -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/lib/timidity"
#endif
/* These affect general volume */
|