commit | 650fc5a9a9a89da0ce7dabf3ea18041d4000a133 | [log] [tgz] |
---|---|---|
author | Alberto97 <albertop2197@gmail.com> | Thu May 28 14:00:39 2015 +0200 |
committer | Alberto97 <albertop2197@gmail.com> | Thu May 28 14:00:39 2015 +0200 |
tree | 4c5d4017100646137fe49a505db79e9cace303fa | |
parent | b55369ed4b8600bcc400af04af1b8fc452428c2f [diff] |
backuptool: Set the right version
diff --git a/prebuilt/common/bin/backuptool.functions b/prebuilt/common/bin/backuptool.functions index 0b45247..1d80a9b 100644 --- a/prebuilt/common/bin/backuptool.functions +++ b/prebuilt/common/bin/backuptool.functions
@@ -5,7 +5,6 @@ export C=/tmp/backupdir export S=/system -export V=12.1 backup_file() { if [ -e "$1" ]; then
diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index f24eef1..5f20d3d 100644 --- 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=12.1 +export V=5.1 # Scripts in /system/addon.d expect to find backuptool.functions in /tmp cp -f /tmp/install/bin/backuptool.functions /tmp