diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-10-24 22:05:42 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:09 -0500 |
commit | 715be7de44e9b111611774a8b614eb5cefeb695b (patch) | |
tree | a7a7528833f8a30406c7126421a45ee27df8e11b /development/kicad/help_path.patch | |
parent | 529d50ba9169155619e833110025abd52a2dda50 (diff) | |
download | slackbuilds-715be7de44e9b111611774a8b614eb5cefeb695b.tar.gz |
development/kicad: Added (Open Source EDA Suite)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/kicad/help_path.patch')
-rw-r--r-- | development/kicad/help_path.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/kicad/help_path.patch b/development/kicad/help_path.patch new file mode 100644 index 0000000000..6116e478c3 --- /dev/null +++ b/development/kicad/help_path.patch @@ -0,0 +1,10 @@ +--- kicad-bzr_20100608/common/edaappl.cpp 2010-09-25 08:49:59.000000000 -0300 ++++ kicad-bzr_20100608_patched/common/edaappl.cpp 2010-09-25 13:46:19.000000000 -0300 +@@ -891,7 +891,6 @@ + // from a distribution files are in /usr/share/doc/kicad/help and binaries + // in /usr/bin or /usr/local/bin + subdirs.Add( wxT( "share" ) ); +- subdirs.Add( _T( "doc" ) ); + subdirs.Add( wxT( "kicad" ) ); + subdirs.Add( _T( "help" ) ); + |