mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-02 15:40:19 +00:00
correct prefix in .policy
This commit is contained in:
parent
f0c0020190
commit
0f4537b8df
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ DistUtilsExtra.auto.setup(
|
||||
license='GPL-3.0',
|
||||
data_files=[
|
||||
('share/applications/', ['data/key-mapper.desktop']),
|
||||
('share/polkit-1/actions/', ['data/org.key-mapper.policy']),
|
||||
('/usr/share/polkit-1/actions/', ['data/org.key-mapper.policy']),
|
||||
],
|
||||
cmdclass={
|
||||
'install': Install
|
||||
|
Loading…
Reference in New Issue
Block a user