kicad/kicad-suse-help-path.patch
Dmitry Roshchin b3344fa8df Accepting request 394109 from home:plater
Fixed help function and added %post and %postun for desktop and mime data.

OBS-URL: https://build.opensuse.org/request/show/394109
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=20
2016-05-08 07:04:37 +00:00

13 lines
500 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( wxT( "share" ) );
subdirs.Add( wxT( "doc" ) );
+ subdirs.Add( wxT( "packages" ) );
subdirs.Add( wxT( "kicad" ) );
subdirs.Add( wxT( "help" ) );