[Pcsclite-cvs-commit] r2329 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at alioth.debian.org
Wed Jan 10 22:01:39 CET 2007


Author: rousseau
Date: 2007-01-10 22:01:39 +0100 (Wed, 10 Jan 2007)
New Revision: 2329

Modified:
   trunk/Drivers/ccid/src/Makefile.am
Log:
do not install the pcscd_ccid.rules file but display a message telling
so. The exact location of this file is Linux distribution dependent.

Thanks to Alon Bar-Lev for the idea.


Modified: trunk/Drivers/ccid/src/Makefile.am
===================================================================
--- trunk/Drivers/ccid/src/Makefile.am	2007-01-10 20:53:44 UTC (rev 2328)
+++ trunk/Drivers/ccid/src/Makefile.am	2007-01-10 21:01:39 UTC (rev 2329)
@@ -70,7 +70,7 @@
 
 if UDEV
 ifdCapabilities=0x00000001
-INSTALL_UDEV_RULE_FILE=$(mkinstalldirs) $(DESTDIR)/etc/udev/rules.d ; cp pcscd_ccid.rules $(DESTDIR)/etc/udev/ ; cd $(DESTDIR)/etc/udev/rules.d ; ln -s ../pcscd_ccid.rules 60-pcscd_ccid.rules
+INSTALL_UDEV_RULE_FILE=@echo -e "\n\33[01;31m***************\n" ; echo "copy the src/pcscd_ccid.rules file in udev directory (/etc/udev/rules.d/)" ; echo -e "\n***************\n\33[0m"
 else
 ifdCapabilities=0x00000000
 endif




More information about the Pcsclite-cvs-commit mailing list