commit | a381f887c975455dc209cd6c3eee0d280b27cade | [log] [tgz] |
---|---|---|
author | Nicholas Flintham <nick@flinny.org> | Tue Apr 07 23:29:09 2015 +0100 |
committer | Nicholas Flintham <nick@flinny.org> | Wed Apr 08 10:23:52 2015 +0100 |
tree | 731e90927c5610904558dee8a6f788377684e16b | |
parent | b918dc4757c67dfadba515050da54845f813c645 [diff] |
Slim: Update backuptool for 5.1 Change-Id: Icc0cc4f0dbd4945cd3ed03e9975df8f2c5d83c51
diff --git a/prebuilt/common/bin/backuptool.functions b/prebuilt/common/bin/backuptool.functions index 10d66a4..fe91f1f 100644 --- a/prebuilt/common/bin/backuptool.functions +++ b/prebuilt/common/bin/backuptool.functions
@@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=12 +export V=5.1 backup_file() { if [ -e "$1" ]; then
diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index 7b3e39d..fc29f6a 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh
@@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=Slim-5.0 +export V=Slim-5.1 # Preserve /system/addon.d in /tmp/addon.d preserve_addon_d() {