From: Alexis Jeandet Date: Tue, 20 Feb 2018 01:36:41 +0000 (+0100) Subject: meson: Multi-lines string should use ''' with meson (#8225) X-Git-Tag: v238~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12873b6c80c94aea8fe29dfeb7bcb44c295df326;p=thirdparty%2Fsystemd.git meson: Multi-lines string should use ''' with meson (#8225) This breaks with latest version of meson: https://hephaistos.lpp.polytechnique.fr/teamcity/viewLog.html?buildId=11653&buildTypeId=mesonbuild_SystemdNightly&tab=buildLog&state=1059#_state=1059&guest=true --- diff --git a/src/journal/meson.build b/src/journal/meson.build index a23f6a712cd..db4d598e720 100644 --- a/src/journal/meson.build +++ b/src/journal/meson.build @@ -131,8 +131,8 @@ meson.add_install_script( mkdir_p.format('/var/log/journal')) meson.add_install_script( 'sh', '-c', - 'chown 0:0 $DESTDIR/var/log/journal && - chmod 755 $DESTDIR/var/log/journal || :') + '''chown 0:0 $DESTDIR/var/log/journal && + chmod 755 $DESTDIR/var/log/journal || :''') if get_option('adm-group') meson.add_install_script( 'sh', '-c',