Skip to content

Commit

Permalink
Default to system prefix for completions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Jan 14, 2024
1 parent 96528d5 commit fbebf66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ POWER_PLAN_INSTALL_SRCDIR="$(RES_DIR)/plans/"
SCRIPT_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/bin/$(NAME)"
DOC_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/share/doc/$(NAME)/README.md"
LICENSE_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/share/doc/$(NAME)/LICENSE"
BASH_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/share/bash-completion/completions/$(NAME)"
ZSH_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_$(NAME)"
FISH_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/share/fish/completions/$(NAME).fish"
BASH_INSTALL_TARGET="$(DESTDIR)/$(SYSTEM_PREFIX)/share/bash-completion/completions/$(NAME)"
ZSH_INSTALL_TARGET="$(DESTDIR)/$(SYSTEM_PREFIX)/share/zsh/site-functions/_$(NAME)"
FISH_INSTALL_TARGET="$(DESTDIR)/$(SYSTEM_PREFIX)/share/fish/completions/$(NAME).fish"
UDEV_INSTALL_TARGET="$(DESTDIR)/$(PREFIX)/lib/udev/rules.d/99-$(NAME).rules"
SYSTEMD_SERVICE_AT_INSTALL_TARGET="$(DESTDIR)/$(SYSTEM_PREFIX)/lib/systemd/system/$(NAME)@.service"
SYSTEMD_SERVICE_SLEEP_INSTALL_TARGET="$(DESTDIR)/$(SYSTEM_PREFIX)/lib/systemd/system/$(NAME)-sleep.service"
Expand Down

0 comments on commit fbebf66

Please sign in to comment.