linux: Fix update script
The script was wrecking `modDirVersion`, putting them back and ensuring it will not break again.
This commit is contained in:
@@ -6,6 +6,7 @@ buildLinux (args // rec {
|
||||
version = "4.14.111";
|
||||
|
||||
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
|
||||
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
|
||||
|
||||
# branchVersion needs to be x.y
|
||||
extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));
|
||||
|
||||
Reference in New Issue
Block a user