[Pcsclite-cvs-commit] r5319 - /trunk/Drivers/ccid/src/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 14 09:46:16 UTC 2010


Author: rousseau
Date: Thu Oct 14 09:46:02 2010
New Revision: 5319

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5319
Log:
Use /bin/echo instead of the echo shell version to use color escape codes

Thanks to Martin Paljak for the patch

Modified:
    trunk/Drivers/ccid/src/Makefile.am

Modified: trunk/Drivers/ccid/src/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/Makefile.am?rev=5319&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/Makefile.am (original)
+++ trunk/Drivers/ccid/src/Makefile.am Thu Oct 14 09:46:02 2010
@@ -73,7 +73,7 @@
 
 install: $(LIBS_TO_INSTALL)
 
-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"
+INSTALL_UDEV_RULE_FILE=@/bin/echo -e "\n\33[01;31m***************\n" ; echo "copy the src/pcscd_ccid.rules file in udev directory (/etc/udev/rules.d/)" ; /bin/echo -e "\n***************\n\33[0m"
 
 Info.plist: Info.plist.src $(srcdir)/../readers/supported_readers.txt
 	$(srcdir)/create_Info_plist.pl $(srcdir)/../readers/supported_readers.txt $(srcdir)/Info.plist.src --target=$(CCID_LIB) --version=$(VERSION) --bundle=$(CCID_BUNDLE) $(NOCLASS) > Info.plist




More information about the Pcsclite-cvs-commit mailing list