[med-svn] r11397 - trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches

Yaroslav Halchenko yoh at alioth.debian.org
Wed Jun 20 02:35:55 UTC 2012


Author: yoh
Date: 2012-06-20 02:35:55 +0000 (Wed, 20 Jun 2012)
New Revision: 11397

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/up_gtm_destdir_substitution
Log:
ENH: up_gtm_destdir_substitution to remove prefix while greating gpgagent.tab

Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/up_gtm_destdir_substitution
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/up_gtm_destdir_substitution	2012-06-19 21:25:18 UTC (rev 11396)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/patches/up_gtm_destdir_substitution	2012-06-20 02:35:55 UTC (rev 11397)
@@ -15,3 +15,12 @@
  s|SERVERID|$server_id|g
  SEDSCRIPT
  for i in $pathmods
+@@ -592,7 +592,7 @@ if [ -d "$plugin_gtmcrypt" ]; then
+ 
+ 	# Install gpgagent.tab
+ 	# This is an external call table so the path to the shared library has to be adjusted
+-	echo "$gtmdist/plugin/libgtmcrypt.so" > $gtmdist/$plugin/gpgagent.tab
++	echo "${gtmdist#${gtm_destdir:-}}/plugin/libgtmcrypt.so" > $gtmdist/$plugin/gpgagent.tab
+ 	cat $plugin/gpgagent.tab | sed 1d >> $gtmdist/$plugin/gpgagent.tab
+ 
+ 	# Tar the source files




More information about the debian-med-commit mailing list