File: default_plugin_dir.diff

package info (click to toggle)
openmm 8.1.2%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 119,192 kB
  • sloc: xml: 377,325; cpp: 226,673; ansic: 42,767; python: 32,634; lisp: 2,441; sh: 440; makefile: 254; f90: 233; csh: 19
file content (14 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Setting policy-compatible path for plugins.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/olla/src/Platform.cpp
+++ b/olla/src/Platform.cpp
@@ -334,7 +334,7 @@
     }
 #else
     if (dir == NULL)
-        directory = "/usr/local/openmm/lib/plugins";
+        directory = "/usr/lib/" DEB_HOST_MULTIARCH "/openmm/plugins";
     else
         directory = string(dir);
 #endif