diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llvfs/lldir_linux.cpp | 2 | ||||
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp index 24efcb8ae8..7a531e0fbf 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -383,7 +383,7 @@ BOOL LLDir_Linux::fileExists(const std::string &filename) const  /*virtual*/ std::string LLDir_Linux::getLLPluginLauncher()  { -	return gDirUtilp->getLLPluginDir() + gDirUtilp->getDirDelimiter() + +	return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() +  		"SLPlugin";  } diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 1e8a185ef6..bb48e8e572 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -709,6 +709,7 @@ class Linux_i686Manifest(LinuxManifest):          self.path("secondlife-stripped","bin/do-not-directly-run-secondlife-bin")
          self.path("../linux_crash_logger/linux-crash-logger-stripped","bin/linux-crash-logger.bin")
          self.path("../linux_updater/linux-updater-stripped", "bin/linux-updater.bin")
 +        self.path("../llplugin/slplugin/SLPlugin", "bin/SLPlugin")
          if self.prefix("res-sdl"):
              self.path("*")
              # recurse
 @@ -716,7 +717,6 @@ class Linux_i686Manifest(LinuxManifest):          # plugins
          if self.prefix(src="", dst="bin/llplugin"):
 -            self.path("../llplugin/slplugin/SLPlugin", "SLPlugin")
              self.path("../media_plugins/webkit/libmedia_plugin_webkit.so", "libmedia_plugin_webkit.so")
              self.path("../media_plugins/gstreamer010/libmedia_plugin_gstreamer010.so", "libmedia_plugin_quicktime.so")
              self.end_prefix("bin/llplugin")
  | 
