sys-apps/asahi-scripts: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/39469
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2024-11-25 21:02:38 +01:00
committed by Conrad Kostecki
parent 860b8be090
commit 6d0e80c977
2 changed files with 0 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
--- a/Makefile 2022-10-31 17:46:24.536323376 +1000
+++ b/Makefile 2022-10-31 17:47:13.510116412 +1000
@@ -1,2 +1,2 @@
-PREFIX=/usr/local
+PREFIX=/usr
CONFIG_DIR=/etc/default

View File

@@ -1,13 +0,0 @@
diff --git a/update-m1n1 b/update-m1n1
index 0e55ead..f014a52 100755
--- a/update-m1n1
+++ b/update-m1n1
@@ -17,7 +17,7 @@ fi
: ${M1N1:="$SOURCE/m1n1.bin"}
: ${U_BOOT:="$SOURCE/u-boot-nodtb.bin"}
: ${TARGET:="$1"}
-: ${DTBS:=$(/bin/ls -d /lib/modules/*-ARCH | sort -rV | head -1)/dtbs/*.dtb}
+: ${DTBS:=/usr/src/linux/arch/arm64/boot/dts/apple/*.dtb}
: ${CONFIG:=/etc/m1n1.conf}
umount=false