Skip to content

Commit

Permalink
Revert "Improve libdir management"
Browse files Browse the repository at this point in the history
This reverts commit 2b4a780.

It actually breaks things on Debian and derivatives.
  • Loading branch information
yoe committed Apr 23, 2024
1 parent 89c962d commit 53bb5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardcomm/pkcs11/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ beid_spr_changepin_LDADD = @GTK_LIBS@
metainfodir = $(datarootdir)/metainfo
dist_metainfo_DATA = be.belgium.eid.eidmw.metainfo.xml

pkcs11_manifestdir = $(libdir)/mozilla/pkcs11-modules
pkcs11_manifestdir = $(prefix)/lib/mozilla/pkcs11-modules
pkcs11_manifest_DATA = beidpkcs11.json beidpkcs11_alt.json

managed_storage_manifestdir = $(libdir)/mozilla/managed-storage
managed_storage_manifestdir = $(prefix)/lib/mozilla/managed-storage
managed_storage_manifest_DATA = belgiumeid@eid.belgium.be.json

pkgconfig_DATA=libbeidpkcs11.pc

0 comments on commit 53bb5e9

Please sign in to comment.