commit | 60f31db6fe593538f77350d16a96723924762c54 | [log] [tgz] |
---|---|---|
author | Marko Man <darkobas@gmail.com> | Sat Sep 01 19:12:02 2018 +0200 |
committer | Max Weninger <max.weninger@gmail.com> | Tue Sep 04 11:25:22 2018 +0200 |
tree | 4966e1dbbc374b30b9d0178ba548384409cd5694 | |
parent | 07e346f7717c1aefc092f6eb938359107bc8bd18 [diff] |
vendor: fix backup versions Change-Id: Ifcaea3075ffe43737d7688fd74448cc019928975
diff --git a/prebuilt/addon.d/69-gapps.sh b/prebuilt/addon.d/69-gapps.sh old mode 100644 new mode 100755
diff --git a/prebuilt/bin/backuptool.sh b/prebuilt/bin/backuptool.sh index 8b26032..fb0d085 100755 --- a/prebuilt/bin/backuptool.sh +++ b/prebuilt/bin/backuptool.sh
@@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=9.0 +export V=9 export ADDOND_VERSION=1
diff --git a/prebuilt/common/bin/backuptool_ab.functions b/prebuilt/common/bin/backuptool_ab.functions index f227ec1..a4d1ada 100644 --- a/prebuilt/common/bin/backuptool_ab.functions +++ b/prebuilt/common/bin/backuptool_ab.functions
@@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=9.0 +export V=9 export backuptool_ab=true copy_file() {
diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index 6981ba8..31dd26e 100755 --- a/prebuilt/common/bin/backuptool_ab.sh +++ b/prebuilt/common/bin/backuptool_ab.sh
@@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=9.0 +export V=9 export ADDOND_VERSION=2