default path kicad/share added when searching kicad data

This commit is contained in:
charras 2008-06-22 08:59:38 +00:00
parent 6858d10cb5
commit d0fe100306
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ static wxString s_KicadDataPathList[] = {
#else
wxT( "/usr/share/kicad/" ),
wxT( "/usr/local/share/kicad/" ),
wxT( "/usr/local/kicad/" ), // default install for "universal tarballs" and build for a server
wxT( "/usr/local/kicad/share/" ), // default data path for "universal tarballs" and build for a server (new)
wxT( "/usr/local/kicad/" ), // default data path for "universal tarballs" and build for a server (old)
#endif
wxT( "end_list" ) // End of list symbol, do not change
};