From e4cf881c91cc7cb83d319f83e68f8f92e9c18da3 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 15 Feb 2023 06:46:00 +0200 Subject: [PATCH] mu4e: install el copies a read-only To avoid changing the build/ copies rather than the sources. --- mu4e/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/meson.build b/mu4e/meson.build index 6b8e7556..41922bda 100644 --- a/mu4e/meson.build +++ b/mu4e/meson.build @@ -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