Remove rebasing artifact in depends
This commit is contained in:
parent
9910556216
commit
1368013a4e
|
@ -168,7 +168,7 @@ def detectOSRelease():
|
|||
pass
|
||||
if detectOS.result == "Ubuntu" and ver < 14:
|
||||
detectOS.result = "Ubuntu 12"
|
||||
elif detectOS.result == "Ubuntu" and version >= 20:
|
||||
elif detectOS.result == "Ubuntu" and ver >= 20:
|
||||
detectOS.result = "Ubuntu 20"
|
||||
|
||||
|
||||
|
|
Reference in New Issue
Block a user