aboutsummaryrefslogtreecommitdiff
path: root/SOURCES/process_configs.sh
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2023-05-19 17:48:22 +0200
committerJan200101 <sentrycraft123@gmail.com>2023-05-19 17:48:22 +0200
commit84b128190f4e03de9c258fbf515757964401d253 (patch)
tree14b7fa10e8ae70738b757833db9eaa279599bcdb /SOURCES/process_configs.sh
parent9ed420883ade242a0ab4aead5ff7fb6cb7184a6d (diff)
downloadkernel-fsync-84b128190f4e03de9c258fbf515757964401d253.tar.gz
kernel-fsync-84b128190f4e03de9c258fbf515757964401d253.zip
kernel 6.3.3
Diffstat (limited to 'SOURCES/process_configs.sh')
-rwxr-xr-xSOURCES/process_configs.sh4
1 files changed, 2 insertions, 2 deletions
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