Skip to content

Commit

Permalink
Can use prefix for these instead of system prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Nov 4, 2023
1 parent dd01d75 commit 96528d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ 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)/$(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)/$(SYSTEM_PREFIX)/lib/udev/rules.d/99-$(NAME).rules"
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"
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 96528d5

Please sign in to comment.