From b1bcda702cb60dc18e87dae838ad0ba43ab15d1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 13 Nov 2021 17:28:38 +0100 Subject: [PATCH] meson: drop mode setting on systemd-update-helper With a6d1760024d0884efb343e1c739f303619f7c8b9, this shouldn't be necessary anymore. --- src/rpm/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rpm/meson.build b/src/rpm/meson.build index 8decb11f3b..4bfeda8883 100644 --- a/src/rpm/meson.build +++ b/src/rpm/meson.build @@ -4,7 +4,7 @@ in_files = [ ['macros.systemd', rpmmacrosdir != 'no', rpmmacrosdir], # we conditionalize on rpmmacrosdir, but install into rootlibexecdir - ['systemd-update-helper', rpmmacrosdir != 'no', rootlibexecdir, 'rwxr-xr-x'], + ['systemd-update-helper', rpmmacrosdir != 'no', rootlibexecdir], ['triggers.systemd', false], ['triggers.systemd.sh', false]] @@ -21,6 +21,5 @@ foreach tuple : in_files command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'], install : tuple[1], install_dir : tuple.length() > 2 ? tuple[2] : '', - install_mode : tuple.length() > 3 ? tuple[3] : false, build_by_default : true) endforeach -- 2.25.1