]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-helpfile_location.patch
- added using %%{__cxx} macro.
[packages/audacity.git] / audacity-helpfile_location.patch
1 diff -urN audacity-src-0.98.orig/Help.cpp audacity-src-0.98/Help.cpp
2 --- audacity-src-0.98.orig/Help.cpp     Tue Jan 22 07:14:15 2002
3 +++ audacity-src-0.98/Help.cpp  Sat Feb  2 15:27:05 2002
4 @@ -106,9 +106,7 @@
5        paths.Add(wxGetCwd() + wxFILE_SEP_PATH + "audacity-help.htb");
6  
7        #ifdef __WXGTK__
8 -      paths.Add("/usr/local/share/doc/audacity/audacity-help.htb");
9 -      paths.Add("/usr/share/doc/audacity/audacity-help.htb");
10 -      paths.Add("/usr/share/audacity/audacity-help.htb"); // for debian
11 +      paths.Add("/usr/X11R6/share/audacity/audacity-help.htb");
12        #endif
13  
14        #ifdef __WXMSW__
This page took 0.076312 seconds and 3 git commands to generate.