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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Sep 19 18:13:19 UTC 2010


Author: rousseau
Date: Sun Sep 19 18:13:12 2010
New Revision: 5262

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5262
Log:
Do not change the access rights of pcscd in the install rule but in
another one.
This is needed when building the package in a system without the pcscd
group.

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=5262&op=diff
==============================================================================
--- trunk/PCSC/src/Makefile.am (original)
+++ trunk/PCSC/src/Makefile.am Sun Sep 19 18:13:12 2010
@@ -91,7 +91,7 @@
 	$(LIBUSB_LIBS) $(LIBDL) $(IOKIT) $(LIBHAL_LIBS) \
 	$(PTHREAD_LIBS) $(PTHREAD_CFLAGS)
 
-install-exec-hook:
+fix-rights: install-sbinPROGRAMS
 	chgrp pcscd $(DESTDIR)$(sbindir)/pcscd
 	chmod g+s $(DESTDIR)$(sbindir)/pcscd
 




More information about the Pcsclite-cvs-commit mailing list