ENH remove btfid thing

This commit is contained in:
Nathan Dwarshuis 2022-08-21 15:34:10 -04:00
parent 22fe7a472f
commit 6166408513
1 changed files with 2 additions and 0 deletions

View File

@ -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" \