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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Dec 31 15:06:41 UTC 2007


Author: rousseau
Date: Mon Dec 31 15:06:41 2007
New Revision: 2716

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2716
Log:
do not include the VERSION number in the created reader.conf file

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=2716&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/Makefile.am (original)
+++ trunk/Drivers/ccid/src/Makefile.am Mon Dec 31 15:06:41 2007
@@ -95,7 +95,7 @@
 		echo "Edit existing /etc/reader.conf" ; \
 	else \
 		$(mkinstalldirs) $(DESTDIR)/etc ; \
-		perl -ne "s|TARGET|$(ccidtwindir)/$(CCIDTWIN_LIB).$(VERSION)| ; print" $(srcdir)/reader.conf.in > $(DESTDIR)/etc/reader.conf ; \
+		perl -ne "s|TARGET|$(ccidtwindir)/$(CCIDTWIN_LIB)| ; print" $(srcdir)/reader.conf.in > $(DESTDIR)/etc/reader.conf ; \
 	fi
 
 # do not uninstall the serial driver by default




More information about the Pcsclite-cvs-commit mailing list