From 104b0f1118238228034de3439b8956173375a5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Grundstr=C3=B6m?= Date: Tue, 12 Mar 2024 16:31:06 +0100 Subject: [PATCH 1/3] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristoffer Grundström --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72b016f..353710a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install: all install -m0644 -t $(DESTDIR)/etc etc/m1n1.conf install -dD $(DESTDIR)$(PREFIX)/share/asahi-scripts install -m0644 -t $(DESTDIR)$(PREFIX)/share/asahi-scripts functions.sh - install -dD $(DESTDIR)/$(SYS_PREFIX)/lib/firmware/vendor + install -dD $(DESTDIR)$(SYS_PREFIX)/lib/firmware/vendor install-mkinitcpio: install install -dD $(DESTDIR)$(PREFIX)/lib/initcpio/install From 83e1fe56ea0ccf8bba0320c7eb0437e1ffab95e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Grundstr=C3=B6m?= Date: Thu, 17 Apr 2025 00:42:58 +0200 Subject: [PATCH 2/3] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed off by: Kristoffer Grundström From aa696ad8e56185aab84554cba96074cb2fdd9c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Grundstr=C3=B6m?= Date: Thu, 17 Apr 2025 00:56:34 +0200 Subject: [PATCH 3/3] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristoffer Grundström