From d0fe100306bdf77bedfc904cf6814d988f18f990 Mon Sep 17 00:00:00 2001 From: charras Date: Sun, 22 Jun 2008 08:59:38 +0000 Subject: [PATCH] default path kicad/share added when searching kicad data --- common/gestfich.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/gestfich.cpp b/common/gestfich.cpp index 9e205666b2..5d88b62316 100644 --- a/common/gestfich.cpp +++ b/common/gestfich.cpp @@ -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 };