backuptool: Only check against major version

Remove an unused version export while we are at it

Change-Id: Ib25dd9eb219db460478c887e7f420aad201d645e
This commit is contained in:
Michael Bestas
2024-10-01 17:39:42 +03:00
committed by LuK1337
parent dc34f77675
commit f6a35bb6c3
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
export C=/tmp/backupdir
export SYSDEV="$(readlink -nf "$2")"
export SYSFS="$3"
export V=22.0
export V=22
export ADDOND_VERSION=3

View File

@@ -5,7 +5,6 @@
export S=/system
export C=/postinstall/tmp/backupdir
export V=22.0
export backuptool_ab=true
copy_file() {

View File

@@ -5,7 +5,7 @@
export S=/system
export C=/postinstall/tmp/backupdir
export V=22.0
export V=22
export ADDOND_VERSION=3