Pmodules/modbuild:

- bugfix in setting the version strings
This commit is contained in:
2018-10-16 14:39:34 +02:00
parent 28f787cf83
commit 1bcefaf287
+1 -1
View File
@@ -322,7 +322,7 @@ initialize_module_vars() {
case "${V_PKG}" in
*.*.* )
V_MAJOR="${V_PKG%%.*}"
tmp="${V_PKG%%.*#*.}"
tmp="${V_PKG#*.}"
V_MINOR="${tmp%%.*}"
V_PATCHLVL="${tmp#*.}"
;;