[Pcsclite-cvs-commit] r274 - trunk/CFlexPlugin

Ludovic Rousseau rousseau at costa.debian.org
Wed Mar 15 09:51:53 CET 2006


Author: rousseau
Date: 2006-03-15 08:51:53 +0000 (Wed, 15 Mar 2006)
New Revision: 274

Modified:
   trunk/CFlexPlugin/installBundle
Log:
use 'pkg-config libmusclecard --variable=muscledropdir' to know where to
install the bundle


Modified: trunk/CFlexPlugin/installBundle
===================================================================
--- trunk/CFlexPlugin/installBundle	2006-01-25 15:19:24 UTC (rev 273)
+++ trunk/CFlexPlugin/installBundle	2006-03-15 08:51:53 UTC (rev 274)
@@ -7,7 +7,8 @@
 
 if [ x$DESTDIR = "x" ]
 then
-	DESTDIR=/usr/local/pcsc/services
+	DESTDIR=$(pkg-config libmusclecard --variable=muscledropdir)
+	DESTDIR=${DESTDIR:-/usr/local/pcsc/services}
 fi
 
 bundlename="slbCryptoflex.bundle"




More information about the Pcsclite-cvs-commit mailing list