]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: systemd - fix syntax
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 15 Feb 2019 12:44:12 +0000 (13:44 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:31 +0000 (10:43 +0100)
systemd/meson.build

index a3b9b40ee4ca95b470414c87cc42e2443ad05a50..60103c716705a33f5b83bcd21352f43d99158972 100644 (file)
@@ -70,6 +70,6 @@ if systemd_unit_files == 'enabled'
     ],
     install_dir: join_paths(examples_dir, 'kresd-tls.socket.d'),
   )
-else if systemd_unit_files == 'nosocket'
+elif systemd_unit_files == 'nosocket'
   subdir('nosocket')
 endif