f85d676
--- ParaView3/Applications/Client/CMakeLists.txt.doc	2009-07-21 16:12:15.214230597 -0600
f85d676
+++ ParaView3/Applications/Client/CMakeLists.txt	2009-07-21 16:19:41.606170088 -0600
f85d676
@@ -130,7 +130,7 @@
f85d676
       IMMEDIATE)
f85d676
   INSTALL(
f85d676
       FILES "${CMAKE_CURRENT_BINARY_DIR}/CMake/tmp/pqClientDocFinder.txt"
f85d676
-      DESTINATION ${PV_INSTALL_BIN_DIR}
f85d676
+      DESTINATION "/usr/share/paraview"
f85d676
       COMPONENT Runtime)
f85d676
 ENDIF(NOT PV_INSTALL_NO_RUNTIME)
f85d676
 
f85d676
--- ParaView3/Applications/OverView/Core/MainWindow.cxx.doc	2009-07-20 13:36:12.000000000 -0600
f85d676
+++ ParaView3/Applications/OverView/Core/MainWindow.cxx	2009-07-21 16:13:56.103167958 -0600
f85d676
@@ -987,7 +987,7 @@
f85d676
   if(profileFile.isEmpty())
f85d676
     {
f85d676
     // see if help is bundled up with the application
f85d676
-    QString profile = ::Locate("pqClient.adp");
f85d676
+    QString profile = QString("/usr/share/paraview/pqClient.adp");
f85d676
       /*QCoreApplication::applicationDirPath() + QDir::separator()
f85d676
       + QString("pqClient.adp");*/
f85d676
     if(QFile::exists(profile))
f85d676
--- ParaView3/Documentation/CMakeLists.txt.doc	2008-12-22 14:06:00.000000000 -0700
f85d676
+++ ParaView3/Documentation/CMakeLists.txt	2009-07-21 16:17:55.928230792 -0600
f85d676
@@ -143,7 +143,7 @@
f85d676
 set(dir "${ParaView_BINARY_DIR}/Documentation/")
f85d676
 install(
f85d676
     DIRECTORY ${ParaView_BINARY_DIR}/Documentation/ 
f85d676
-    DESTINATION ${PV_EXE_INSTALL}/Documentation 
f85d676
+    DESTINATION "/usr/share/paraview/Documentation"
f85d676
     COMPONENT Runtime
f85d676
     REGEX ".html")
f85d676
 
f85d676
@@ -155,7 +155,7 @@
f85d676
 
f85d676
 install(
f85d676
     FILES "${ParaView_BINARY_DIR}/about.html"
f85d676
-    DESTINATION ${PV_INSTALL_BIN_DIR}
f85d676
+    DESTINATION "/usr/share/paraview"
f85d676
     COMPONENT Runtime)
f85d676
 
f85d676
 configure_file(
f85d676
@@ -165,5 +165,5 @@
f85d676
 
f85d676
 install(
f85d676
   FILES ${ParaView_BINARY_DIR}/pqClient.adp 
f85d676
-  DESTINATION ${PV_EXE_INSTALL} 
f85d676
+  DESTINATION "/usr/share/paraview"
f85d676
   COMPONENT Runtime)
f85d676
--- ParaView3/Qt/Components/pqClientMainWindow.cxx.doc	2009-07-20 13:37:39.000000000 -0600
f85d676
+++ ParaView3/Qt/Components/pqClientMainWindow.cxx	2009-07-21 16:13:13.306167232 -0600
f85d676
@@ -1060,7 +1060,7 @@
f85d676
 #if defined(Q_WS_MAC)
f85d676
     QString profile = QCoreApplication::applicationDirPath() + "/../Support/pqClient.adp";
f85d676
 #else
f85d676
-    QString profile = ::Locate("pqClient.adp");
f85d676
+    QString profile = QString("/usr/share/paraview/pqClient.adp");
f85d676
 #endif
f85d676
       /*QCoreApplication::applicationDirPath() + QDir::separator()
f85d676
       + QString("pqClient.adp");*/