koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
130 stars 105 forks source link

mupdf: fix shared library permissions #1818

Closed benoit-pierre closed 2 months ago

benoit-pierre commented 2 months ago

Ensure it's executable, so bindeps & libcheck targets don't ignore it.


This change is Reviewable

Frenzie commented 2 months ago

Didn't we have a discussion about not making them executable? (I'm not trying to state any particular preference.)

benoit-pierre commented 2 months ago

It's not the default on Debian, and lintian complains about it.

Frenzie commented 2 months ago

In principle it doesn't seem to make much sense to set it as executable if the result isn't anything useful, in any case.