Skip to content

Commit

Permalink
Change install location from /lib to /etc
Browse files Browse the repository at this point in the history
  • Loading branch information
medusalix committed May 23, 2020
1 parent d4a983d commit 29999d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -18,10 +18,10 @@ FIRMWARE_HASH := 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf6

PREFIX := /usr/local
BINDIR := $(PREFIX)/bin
UDEVDIR := /lib/udev/rules.d
MODLDIR := /lib/modules-load.d
MODPDIR := /lib/modprobe.d
SYSDDIR := /lib/systemd/system
UDEVDIR := /etc/udev/rules.d
MODLDIR := /etc/modules-load.d
MODPDIR := /etc/modprobe.d
SYSDDIR := /etc/systemd/system

.PHONY: all
all: xow
Expand Down

1 comment on commit 29999d5

@jtojnar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross-link to discussion why this is wrong but it is too late to fix it now:

https://github.com/NixOS/nixpkgs/pull/91403/files#r445277765

Please sign in to comment.