2010/7/15 Kalev Lember <[email protected]>:
> Better to create ipcdir, usbdropdir and reader.conf.d at make install
> time than duplicate this in ever distro's packaging files.

Good idea.
ipcdir is created at runtine by pcscd if needed.

> Index: src/Makefile.am
> ===================================================================
> --- src/Makefile.am     (revision 5067)
> +++ src/Makefile.am     (working copy)
> @@ -150,3 +150,7 @@
>
>  EXTRA_DIST = README_INTERNALS.txt
>
> +install-data-hook:
> +       $(mkinstalldirs) $(DESTDIR)$(ipcdir)
> +       $(mkinstalldirs) $(DESTDIR)$(usbdropdir)
> +       $(mkinstalldirs) $(DESTDIR)$(PCSCLITE_CONFIG_DIR)

Applied in revision 5073.

Thanks

-- 
 Dr. Ludovic Rousseau

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to