ENH remove btfid thing
This commit is contained in:
parent
22fe7a472f
commit
6166408513
|
@ -119,6 +119,8 @@ update_build() {
|
||||||
-e '/^_package-docs()\ {/,/^}/d' \
|
-e '/^_package-docs()\ {/,/^}/d' \
|
||||||
-e 's/\s*"$pkgbase-docs"//' \
|
-e 's/\s*"$pkgbase-docs"//' \
|
||||||
"$build_file"
|
"$build_file"
|
||||||
|
## remove btfid thingy
|
||||||
|
sed -i '/resolve_btfids/d' "$build_file"
|
||||||
# TEMPORARILY DISABLE THE GCC PATCH
|
# TEMPORARILY DISABLE THE GCC PATCH
|
||||||
#sed -i -e "s/pkgbase=.*/pkgbase=$custom_name/g" \
|
#sed -i -e "s/pkgbase=.*/pkgbase=$custom_name/g" \
|
||||||
# -e "/localversion\.20-pkgname/d" \
|
# -e "/localversion\.20-pkgname/d" \
|
||||||
|
|
Loading…
Reference in New Issue