Hi,

I am using this distfile, and needed the patch. The fact is that ginstall creates necessary directories, but non-ginstall may not. NetBSD's certainly does not.

DISTNAME=       pcsc-lite-1.2.9-beta7
MASTER_SITES=   http://alioth.debian.org/download.php/975/

Thanks
Evaldo Gardenali

Ludovic Rousseau wrote:
Hello,

On 22/07/05, Evaldo Gardenali <[EMAIL PROTECTED]> wrote:
I got to generate files with a hack (downgraded autoconf, skipped
running aclocal), and then I can verify the following patch to be okay.
This patch creates the $DESTDIR/include/PCSC directory, which seems to
be missing, causing the installation to fail for non-gnu 'install' utility.

--- src/Makefile.am.orig        2005-02-24 09:44:10.000000000 -0300
+++ src/Makefile.am
@@ -86,3 +86,6 @@ tokenparser.c: tokenparser.l

  EXTRA_DIST = README_INTERNALS.txt dyn_win32.c thread_win32.c
winscard_scf.c

+install-data-local:
+       ${INSTALL} -d ${DESTDIR}${includedir}/PCSC

Do you also need to have a similar patch if you use the
pcsc-lite-1.2.9-beta7.tar.gz tarball I provide on [1]?

Bye,

[1] https://alioth.debian.org/project/showfiles.php?group_id=30105

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to