X Tutup
Skip to content

Commit b1bcda7

Browse files
keszybzyuwata
authored andcommitted
meson: drop mode setting on systemd-update-helper
With a6d1760, this shouldn't be necessary anymore.
1 parent 4cf8a60 commit b1bcda7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpm/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ in_files = [
44
['macros.systemd', rpmmacrosdir != 'no', rpmmacrosdir],
55

66
# we conditionalize on rpmmacrosdir, but install into rootlibexecdir
7-
['systemd-update-helper', rpmmacrosdir != 'no', rootlibexecdir, 'rwxr-xr-x'],
7+
['systemd-update-helper', rpmmacrosdir != 'no', rootlibexecdir],
88

99
['triggers.systemd', false],
1010
['triggers.systemd.sh', false]]
@@ -21,6 +21,5 @@ foreach tuple : in_files
2121
command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
2222
install : tuple[1],
2323
install_dir : tuple.length() > 2 ? tuple[2] : '',
24-
install_mode : tuple.length() > 3 ? tuple[3] : false,
2524
build_by_default : true)
2625
endforeach

0 commit comments

Comments
 (0)
X Tutup