Changeset 6f8dcc9 in OpenSC


Ignore:
Timestamp:
12/08/11 10:18:22 (6 months ago)
Author:
martin
Branches:
staging
Children:
a350326, e2b5603, 51630a84
Parents:
ed7f0b8
git-author:
Martin Paljak <martin@…> (12/08/11 09:21:29)
git-committer:
Martin Paljak <martin@…> (12/08/11 10:18:22)
Message:

Make the Mac OS X package builder script more resilient.

Don't fail if not needed .la files are nout found in the target.

This is actually a test commit for github<->opensc-project.org sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MacOSX/build-package.in

    r7cc559e r6f8dcc9  
    5757 
    5858# remove garbage 
    59 rm target/Library/OpenSC/lib/onepin-opensc-pkcs11.la 
    60 rm target/Library/OpenSC/lib/opensc-pkcs11.la 
    61 rm target/Library/OpenSC/lib/pkcs11-spy.la 
    62 rm target/Library/OpenSC/lib/libopensc.la 
     59rm -f target/Library/OpenSC/lib/*.la 
    6360 
    6461# generate .bundle (required by Adobe Acrobat) 
Note: See TracChangeset for help on using the changeset viewer.