diff options
Diffstat (limited to 'sci-visualization/xyscan/files/xyscan-3.02-docs.patch')
-rw-r--r-- | sci-visualization/xyscan/files/xyscan-3.02-docs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-visualization/xyscan/files/xyscan-3.02-docs.patch b/sci-visualization/xyscan/files/xyscan-3.02-docs.patch new file mode 100644 index 000000000000..a90e368a60b5 --- /dev/null +++ b/sci-visualization/xyscan/files/xyscan-3.02-docs.patch @@ -0,0 +1,12 @@ +diff -Naur xyscan/xyscanWindow.cpp xyscan.new/xyscanWindow.cpp +--- xyscan/xyscanWindow.cpp 2008-03-25 23:52:04.000000000 -0400 ++++ xyscan.new/xyscanWindow.cpp 2008-07-01 09:44:38.000000000 -0400 +@@ -308,7 +308,7 @@ + QString path = qApp->applicationDirPath() + "/docs"; + QDir dir(path); + if (!dir.exists()) { +- path = qApp->applicationDirPath() + "/../docs"; ++ path = "/usr/share/doc/GENTOO_P/docs"; + dir.setPath(path); + } + #if defined(Q_OS_MAC) |