Skip to content

Commit

Permalink
hooks: fix quoting
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Sep 27, 2021
1 parent 3cc0ec8 commit 7af71c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/meson.build
Expand Up @@ -26,8 +26,8 @@ hook_programs = configure_file(
install_data(join_paths(project_build_root, 'hooks/dhclient-script'), install_dir : lxchookdir)

dhclient_config_data = configuration_data()
dhclient_config_data.set('LXCHOOKDIR', lxchookdir)
dhclient_config_data.set('SYSCONFDIR', sysconfdir)
dhclient_config_data.set_quoted('LXCHOOKDIR', lxchookdir)
dhclient_config_data.set_quoted('SYSCONFDIR', sysconfdir)

hook_programs = configure_file(
configuration : dhclient_config_data,
Expand Down

0 comments on commit 7af71c9

Please sign in to comment.