mu4e: install el copies a read-only

To avoid changing the build/ copies rather than the sources.
This commit is contained in:
Dirk-Jan C. Binnema 2023-02-15 06:46:00 +02:00
parent c9fac49584
commit e4cf881c91
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ mu4e_srcs=[
# hack-around for native compile issue: copy sources to builddir.
# see: https://debbugs.gnu.org/db/47/47987.html
foreach src : mu4e_srcs
configure_file(input: src, output:'@BASENAME@.el', copy:true)
configure_file(input: src, output:'@BASENAME@.el', copy:true,
install_mode: 'r--r--r--')
endforeach
foreach src : mu4e_srcs