summaryrefslogtreecommitdiff
path: root/meson_post_install.py
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2021-04-13 16:56:11 +0000
committerJan Rybar <jrybar@redhat.com>2021-04-13 16:56:11 +0000
commit7dd61b9ccf44a4811ae1257d9ff4fecfd40894bd (patch)
treed39df4d83361122ef2395867010145eff34367d8 /meson_post_install.py
parent2c8287fbd55c5d092370428a1bdbbf0a9fd7d537 (diff)
downloadpolkit-7dd61b9ccf44a4811ae1257d9ff4fecfd40894bd.tar.gz
Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' into 'master'"revert-2c8287fb
This reverts merge request !75
Diffstat (limited to 'meson_post_install.py')
-rw-r--r--meson_post_install.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_post_install.py b/meson_post_install.py
index 698d1a5..784d491 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -18,8 +18,7 @@ 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(prefix, 'local', sys.argv[2], 'rules.d')
+ os.path.join(pkgdatadir, 'rules.d')
]
for dst in dst_dirs: