[Pcsclite-cvs-commit] r5930 - /trunk/PCSC/src/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Sep 3 21:43:25 UTC 2011


Author: rousseau
Date: Sat Sep  3 21:43:24 2011
New Revision: 5930

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5930
Log:
Use curl -O instead of a redirection

This avoids a name duplication (less error-prone)

Modified:
    trunk/PCSC/src/Makefile.am

Modified: trunk/PCSC/src/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/Makefile.am?rev=5930&op=diff
==============================================================================
--- trunk/PCSC/src/Makefile.am (original)
+++ trunk/PCSC/src/Makefile.am Sat Sep  3 21:43:24 2011
@@ -102,8 +102,8 @@
 	chmod g+s $(DESTDIR)$(sbindir)/pcscd
 
 update-systemd:
-	curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
-	curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h
+	curl -O http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
+	curl -O http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h
 
 testpcsc_SOURCES = testpcsc.c
 testpcsc_LDADD = libpcsclite.la




More information about the Pcsclite-cvs-commit mailing list