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

rousseau at alioth.debian.org rousseau at alioth.debian.org
Tue Aug 14 20:23:20 UTC 2007


Author: rousseau
Date: 2007-08-14 20:23:20 +0000 (Tue, 14 Aug 2007)
New Revision: 280

Modified:
   trunk/CFlexPlugin/installBundle
Log:
do not strip the library


Modified: trunk/CFlexPlugin/installBundle
===================================================================
--- trunk/CFlexPlugin/installBundle	2006-11-25 20:29:24 UTC (rev 279)
+++ trunk/CFlexPlugin/installBundle	2007-08-14 20:23:20 UTC (rev 280)
@@ -81,6 +81,6 @@
 fi
 cp -r src/$bundlename $DESTDIR
 install -d -m 755 $DESTDIR/$bundlename/Contents/$hostType
-install -s -m 644 src/.libs/$libname.$dso_suffix $DESTDIR/$bundlename/Contents/$hostType/$targetname
+install -m 644 src/.libs/$libname.$dso_suffix $DESTDIR/$bundlename/Contents/$hostType/$targetname
 echo "Installation Successful"
 




More information about the Pcsclite-cvs-commit mailing list