]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: revert the change to unquote commands in add_install_script 19612/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 14 May 2021 14:12:51 +0000 (16:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 14 May 2021 17:52:25 +0000 (19:52 +0200)
commit7c22f07cbd86b39e78990057687e5509fa299672
treea60365cb0c086712e52d8bdb846025e7fe5e8f74
parentf86887af6e355ae7232ca550b607f9024d727f93
meson: revert the change to unquote commands in add_install_script

Old meson fails with:
Element not a string: [<Holder: <ExternalProgram 'sh' -> ['/bin/sh']>>, '-c', 'test -n "$DESTDIR" || /bin/journalctl --update-catalog']

I'm doing it as a revert so that it's easy to undo the revert when we require
newer meson. The effect is not so bad, maybe a dozen or so lines about finding
'sh'.
12 files changed:
catalog/meson.build
hwdb.d/meson.build
meson.build
network/meson.build
src/core/meson.build
src/journal-remote/meson.build
src/journal/meson.build
src/kernel-install/meson.build
src/udev/meson.build
sysctl.d/meson.build
tmpfiles.d/meson.build
units/meson.build