From 616640851396e81d83eb86a560081eb4bc8d74fa Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 21 Aug 2022 15:34:10 -0400 Subject: [PATCH] ENH remove btfid thing --- update-kernel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-kernel b/update-kernel index 319c04c..c1d024d 100755 --- a/update-kernel +++ b/update-kernel @@ -119,6 +119,8 @@ update_build() { -e '/^_package-docs()\ {/,/^}/d' \ -e 's/\s*"$pkgbase-docs"//' \ "$build_file" + ## remove btfid thingy + sed -i '/resolve_btfids/d' "$build_file" # TEMPORARILY DISABLE THE GCC PATCH #sed -i -e "s/pkgbase=.*/pkgbase=$custom_name/g" \ # -e "/localversion\.20-pkgname/d" \