We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518e63 commit dcdd195Copy full SHA for dcdd195
1 file changed
Makefile
@@ -1,4 +1,5 @@
1
PREFIX=/usr/local
2
+SYS_PREFIX=$(PREFIX)
3
CONFIG_DIR=/etc/default
4
BIN_DIR=$(PREFIX)/bin
5
SCRIPTS=asahi-fwextract update-m1n1
@@ -27,7 +28,7 @@ install: all
27
28
install -m0644 -t $(DESTDIR)/etc etc/m1n1.conf
29
install -dD $(DESTDIR)$(PREFIX)/share/asahi-scripts
30
install -m0644 -t $(DESTDIR)$(PREFIX)/share/asahi-scripts functions.sh
- install -dD $(DESTDIR)/lib/firmware/vendor
31
+ install -dD $(DESTDIR)/$(SYS_PREFIX)/lib/firmware/vendor
32
33
install-mkinitcpio: install
34
install -dD $(DESTDIR)$(PREFIX)/lib/initcpio/install
0 commit comments