]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #8202 from keszybz/avoid-msgmerge
authorMichael Biebl <mbiebl@gmail.com>
Sun, 18 Feb 2018 18:56:50 +0000 (19:56 +0100)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2018 18:56:50 +0000 (19:56 +0100)
Replace msgmerge use by gettext-domain= references

1  2 
src/core/meson.build

index a89a12232dd2f6aad0866e1008878b71a7b54eeb,01706dbf294d5dc7ecb8359c869f716f103901de..3fc43f63353a1b3bb55e2126998b2dbf7f88bcc5
@@@ -212,21 -211,15 +212,14 @@@ install_data('org.freedesktop.systemd1.
  install_data('org.freedesktop.systemd1.service',
               install_dir : dbussystemservicedir)
  
- policy_in = configure_file(
-         input : 'org.freedesktop.systemd1.policy.in.in',
-         output : 'org.freedesktop.systemd1.policy.in',
-         configuration : substs)
- i18n.merge_file(
-         'org.freedesktop.systemd1.policy',
-         input : policy_in,
+ policy = configure_file(
+         input : 'org.freedesktop.systemd1.policy.in',
          output : 'org.freedesktop.systemd1.policy',
-         po_dir : po_dir,
-         data_dirs : po_dir,
-         install : install_polkit,
-         install_dir : polkitpolicydir)
+         configuration : substs)
+ install_data(policy,
+              install_dir : polkitpolicydir)
  
 -install_data('system.conf',
 -             'user.conf',
 +install_data('user.conf',
               install_dir : pkgsysconfdir)
  
  meson.add_install_script('sh', '-c', mkdir_p.format(systemshutdowndir))