Skip to content

Commit

Permalink
XANMOD: scripts/setlocalversion: Move localversion* files to the end
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jan 8, 2024
1 parent b948fde commit 2db9ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ elif [ "${LOCALVERSION+set}" != "set" ]; then
scm_version="$(scm_version --short)"
fi

echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
echo "${KERNELVERSION}${config_localversion}${LOCALVERSION}${scm_version}${file_localversion}"

0 comments on commit 2db9ece

Please sign in to comment.