Skip to content

Commit 12873b6

Browse files
jeandetyuwata
authored andcommitted
1 parent 2e536e6 commit 12873b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/journal/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ meson.add_install_script(
131131
mkdir_p.format('/var/log/journal'))
132132
meson.add_install_script(
133133
'sh', '-c',
134-
'chown 0:0 $DESTDIR/var/log/journal &&
135-
chmod 755 $DESTDIR/var/log/journal || :')
134+
'''chown 0:0 $DESTDIR/var/log/journal &&
135+
chmod 755 $DESTDIR/var/log/journal || :''')
136136
if get_option('adm-group')
137137
meson.add_install_script(
138138
'sh', '-c',

0 commit comments

Comments
 (0)