[Pcsclite-cvs-commit] r270 - trunk/MCardPlugin
Ludovic Rousseau
rousseau at costa.debian.org
Wed Jan 25 15:13:01 UTC 2006
Author: rousseau
Date: 2006-01-25 15:13:01 +0000 (Wed, 25 Jan 2006)
New Revision: 270
Modified:
trunk/MCardPlugin/installBundle
Log:
add "set -x" to see the commands executed
Modified: trunk/MCardPlugin/installBundle
===================================================================
--- trunk/MCardPlugin/installBundle 2006-01-25 15:12:01 UTC (rev 269)
+++ trunk/MCardPlugin/installBundle 2006-01-25 15:13:01 UTC (rev 270)
@@ -80,6 +80,8 @@
then
install --directory --mode 755 $DESTDIR
fi
+
+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
More information about the Pcsclite-cvs-commit
mailing list