e7c74e24f0
- Update to minor release 5.1.0 This version contains critical bugfixes and minor improvements. See http://kicad-pcb.org/blog/2019/03/KiCad-5.1.0-Release/ for details. - Remove obsolete kicad-library-repos-install.patch - Remove upstream 0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch OBS-URL: https://build.opensuse.org/request/show/685170 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=59
13 lines
458 B
Diff
13 lines
458 B
Diff
Index: common/searchhelpfilefullpath.cpp
|
|
===================================================================
|
|
--- common/searchhelpfilefullpath.cpp.orig
|
|
+++ common/searchhelpfilefullpath.cpp
|
|
@@ -107,6 +107,7 @@ wxString SearchHelpFileFullPath( const S
|
|
// Below we account for an international subdirectory.
|
|
subdirs.Add( "share" );
|
|
subdirs.Add( "doc" );
|
|
+ subdirs.Add( "packages" );
|
|
subdirs.Add( "kicad" );
|
|
subdirs.Add( "help" );
|
|
|