[Pcsclite-cvs-commit] r271 - trunk/MCardPlugin

Ludovic Rousseau rousseau at costa.debian.org
Wed Jan 25 15:14:16 UTC 2006


Author: rousseau
Date: 2006-01-25 15:14:15 +0000 (Wed, 25 Jan 2006)
New Revision: 271

Modified:
   trunk/MCardPlugin/installBundle
Log:
do not --strip the library as it removes all the symbols on Mac OS X


Modified: trunk/MCardPlugin/installBundle
===================================================================
--- trunk/MCardPlugin/installBundle	2006-01-25 15:13:01 UTC (rev 270)
+++ trunk/MCardPlugin/installBundle	2006-01-25 15:14:15 UTC (rev 271)
@@ -84,6 +84,6 @@
 set -x
 cp -r src/$bundlename $DESTDIR
 install --directory --mode 755 $DESTDIR/$bundlename/Contents/$hostType
-install --strip --mode 644 src/.libs/$libname.$dso_suffix $DESTDIR/$bundlename/Contents/$hostType/$targetname
+install --mode 644 src/.libs/$libname.$dso_suffix $DESTDIR/$bundlename/Contents/$hostType/$targetname
 echo "Installation Successful"
 




More information about the Pcsclite-cvs-commit mailing list