20 lines
738 B
Diff
20 lines
738 B
Diff
|
From eb42d6c8411f9a70472e6f3632051e2e44910843 Mon Sep 17 00:00:00 2001
|
||
|
From: Alexandre Frade <kernel@xanmod.org>
|
||
|
Date: Mon, 24 Apr 2023 04:50:34 +0000
|
||
|
Subject: [PATCH 19/19] XANMOD: scripts/setlocalversion: Move localversion*
|
||
|
files to the end
|
||
|
|
||
|
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
|
||
|
---
|
||
|
scripts/setlocalversion | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/scripts/setlocalversion
|
||
|
+++ b/scripts/setlocalversion
|
||
|
@@ -182,4 +182,4 @@ elif [ "${LOCALVERSION+set}" != "set" ];
|
||
|
scm_version="$(scm_version --short)"
|
||
|
fi
|
||
|
|
||
|
-echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
|
||
|
+echo "${KERNELVERSION}${config_localversion}${LOCALVERSION}${scm_version}${file_localversion}"
|