freebsd-ports/graphics/luminance/files/patch-src__HelpBrowser__LuminancePaths.cpp
Max Brazhnikov af4473d7da Project has been renamed to luminance
Update to 2.0.1.1
Pass maintainership to submitter

PR:		based on ports/151856
Submitted by:	Joao Rocha Braga Filho <goffredo at gmail.com>
2010-11-12 12:25:34 +00:00

11 lines
591 B
C++

--- ./src/HelpBrowser/LuminancePaths.cpp.orig 2009-12-05 19:28:52.000000000 +0300
+++ ./src/HelpBrowser/LuminancePaths.cpp 2010-11-12 14:20:53.460402688 +0300
@@ -35,7 +35,7 @@
hf = LocalizedDirPath(QApplication::applicationDirPath() + dirsep + "help" + dirsep );
#else
// hf = LocalizedDirPath( PREFIX + dirsep + "share" + dirsep + "fontmatrix" + dirsep + "help" + dirsep );
- hf = LocalizedDirPath( "/usr" + dirsep + "share" + dirsep + "luminance" + dirsep + "help" + dirsep );
+ hf = LocalizedDirPath( "%%HELPDIR%%/" );
#endif
getThis()->LuminancePathsDB["HelpDir"] = hf;