CVS MCardPlugin
CVS User rousseau
ludovic.rousseau@free.fr
Wed, 01 Sep 2004 13:00:05 -0600
Update of /cvsroot/muscleplugins/MCardPlugin
In directory haydn:/tmp/cvs-serv2315
Modified Files:
installBundle
Log Message:
use "pkg-config libmusclecard --variable=muscledropdir" to know where to
install the bundle
--- /cvsroot/muscleplugins/MCardPlugin/installBundle 2003/10/19 20:52:24 1.6
+++ /cvsroot/muscleplugins/MCardPlugin/installBundle 2004/09/01 19:00:05 1.7
@@ -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="mscMuscleCard.bundle"