Changeset 531 for branches

Show
Ignore:
Timestamp:
07/09/04 21:11:09 (5 years ago)
Author:
aj
Message:

Ville Skytt�: Create bundle dir before trying to install into it,
do not mask installation failure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/openct-0.6/src/pcsc/Makefile.am

    r479 r531  
    2121install-exec-local: install-libLTLIBRARIES 
    2222if HAVE_PCSC 
    23         -${top_srcdir}/macos/libtool-bundle -e $(top_srcdir)/etc/Info.plist \ 
     23        $(mkinstalldirs) $(DESTDIR)$(bundledir) 
     24        ${top_srcdir}/macos/libtool-bundle -e $(top_srcdir)/etc/Info.plist \ 
    2425        $(DESTDIR)$(libdir)/openct-ifd.so $(DESTDIR)$(bundledir)/ 
    2526endif