summaryrefslogtreecommitdiff
path: root/meson_post_install.py
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2021-02-25 18:34:30 +0000
committerJan Rybar <jrybar@redhat.com>2021-02-25 18:34:30 +0000
commitf1979ce4ceb34d1140e759ec920d0cd2532993d3 (patch)
tree12b44b9e19ccb6f2a120ba16e6f8e055c970a258 /meson_post_install.py
parent6e8b2263200d5b95b88b26ab10adfb3d5eb66b6d (diff)
downloadpolkit-f1979ce4ceb34d1140e759ec920d0cd2532993d3.tar.gz
test: Fix a typo in a comment
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'meson_post_install.py')
-rw-r--r--meson_post_install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_post_install.py b/meson_post_install.py
index 784d491..698d1a5 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -18,7 +18,8 @@ subprocess.check_call(['chmod', '4755', os.path.join(bindir, 'pkexec')])
dst_dirs = [
os.path.join(pkgsysconfdir, 'rules.d'),
- os.path.join(pkgdatadir, 'rules.d')
+ os.path.join(pkgdatadir, 'rules.d'),
+ os.path.join(prefix, 'local', sys.argv[2], 'rules.d')
]
for dst in dst_dirs: