From 84b128190f4e03de9c258fbf515757964401d253 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 19 May 2023 17:48:22 +0200 Subject: kernel 6.3.3 --- SOURCES/process_configs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SOURCES/process_configs.sh') diff --git a/SOURCES/process_configs.sh b/SOURCES/process_configs.sh index b7bce24..12edf0a 100755 --- a/SOURCES/process_configs.sh +++ b/SOURCES/process_configs.sh @@ -193,7 +193,7 @@ function commit_new_configs() # assume we are in $source_tree/configs, need to get to top level pushd "$(switch_to_toplevel)" &>/dev/null - for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}"*.config + for cfg in "$SCRIPT_DIR/${SPECPACKAGE_NAME}${KVERREL}"*.config do arch=$(head -1 "$cfg" | cut -b 3-) cfgtmp="${cfg}.tmp" @@ -304,7 +304,7 @@ function process_configs() [ -f .mismatches ] && rm -f .mismatches count=0 - for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}"*.config + for cfg in "$SCRIPT_DIR/${SPECPACKAGE_NAME}${KVERREL}"*.config do if [ "$count" -eq 0 ]; then # do the first one by itself so that tools are built -- cgit v1.2.3