File: setup-plugin-subdir.patch

package info (click to toggle)
lcas-lcmaps-gt4-interface 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,016 kB
  • ctags: 273
  • sloc: sh: 11,497; ansic: 1,092; makefile: 150
file content (18 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Use a subdirectory for the plugin
 The installation of the plug-in should be a subdirectory of
 libdir, as this is not a library that anybody ever wants
 to link against. It is always dlopened by certain globus
 libraries.
Author: Dennis van Dok <dennisvd@nikhef.nl>
Forwarded: no
--- a/setup/gt4-interface-install.sh.in
+++ b/setup/gt4-interface-install.sh.in
@@ -39,7 +39,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 
-LOCATION_LIB=@libdir@
+LOCATION_LIB=@libdir@/lcas-lcmaps-gt4-interface
 GLOBUS_FLAVOR=@GLOBUS_NOTHR_FLAVOR@
 ETC_GRID_SEC="/etc/grid-security"
 GSI_AUTHZ_FILE="$ETC_GRID_SEC/gsi-authz.conf"