Germano Massullo wrote:

> Package
> https://src.fedoraproject.org/rpms/firefox-pkcs11-loader
> (upstream) https://github.com/open-eid/firefox-pkcs11-loader
> 
> contains file
> https://github.com/open-eid/firefox-pkcs11-loader/blob/master/onepinopenscpkcs11.json
> that has the tag
> "path": "onepin-opensc-pkcs11.so"
> 
> This tag is wrong and for example on x86_64 CPU architecture systems, it
> must be
> "path": "/usr/lib64/pkcs11/onepin-opensc-pkcs11.so"
> 
> How could I patch this file without having to hardcode the /usr/lib64
> path?

What's wrong with hard-coding?  (e.g. so it to be something like
%{_libdir}/pkcs11/onepin-opensc-pkcs11.so
)

-- Rex
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to