mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Conrad Kostecki
parent
860b8be090
commit
6d0e80c977
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user