Install mozilla native messaging manifest to either /usr/lib or /usr/lib64 based on architecture
ClosedPublic

Authored by jgrulich on May 23 2018, 8:21 AM.

Details

Summary

According to documentation, this location is expected to be either /usr/lib or /usr/lib64. It should
be the second in case of 64-bit systems, where usually everything is installed.

Diff Detail

Repository
R856 Plasma Browser Integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jgrulich created this revision.May 23 2018, 8:21 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 23 2018, 8:21 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
jgrulich requested review of this revision.May 23 2018, 8:21 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 23 2018, 8:21 AM
This revision was automatically updated to reflect the committed changes.
fvogt added a comment.May 23 2018, 8:24 AM

This would work for openSUSE as well (currently we do a manual mv in our .spec file), but I think it might break Debian and Debian-based.

IIRC it doesn't use /usr/lib/<platform>/ there, but /usr/lib/ directly.

bshah added a subscriber: bshah.May 23 2018, 8:26 AM

Is there any reason this was submitted without being accepted?