diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-25 20:58:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-25 20:58:53 +0000 |
commit | 5412b6091f3b92d501eac4af1523f56fb4eb69d4 (patch) | |
tree | a520898519b06f4bd76a4c3a8291abff9931e6db /Makefile | |
parent | 80946977ba4181f0fdf060b2ca26f3c73a72f8fd (diff) |
adjust policykit rule for sisyphus
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,4 +22,4 @@ install: install -d $(DESTDIR)$(UBINDIR) install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/ install -d $(DESTDIR)$(POLKITDIR) - install -m 0644 ro.kogaion.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ + install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ |