Skip to content

Commit

Permalink
Also install polkit rules with Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
solsticedhiver authored and graysky2 committed Jan 17, 2022
1 parent 81b2129 commit 5bdc4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ INITDIR = $(PREFIX)/lib/systemd/system
USERDIR = $(PREFIX)/lib/sysusers.d
TMPFDIR = $(PREFIX)/lib/tmpfiles.d
UDEVDIR = $(PREFIX)/lib/udev/rules.d
POLKDIR = $(PREFIX)/share/polkit/rules.d
MANDIR = $(PREFIX)/share/man/man1
ENVDIR = /etc/conf.d

Expand Down Expand Up @@ -60,6 +61,7 @@ ifeq ($(ARCH),x86)
$(RM) "$(DESTDIR)$(INITDIR)/kodi-x11.service"
else
$(RM) "$(DESTDIR)$(INITDIR)/kodi.service"
$(RM) "$(DESTDIR)$(POLKDIR)/99-kodi.rules"
endif
$(RM) "$(DESTDIR)$(TMPFDIR)/kodi-standalone.conf"
$(RM) "$(DESTDIR)$(USERDIR)/kodi-standalone.conf"
Expand Down

0 comments on commit 5bdc4e9

Please sign in to comment.