summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
authorShreyansh Khajanchi2018-03-12 23:17:17 +0530
committerShreyansh Khajanchi2018-03-12 23:17:17 +0530
commit18256d631fa88e307003e5a7d9d7cb0b05945356 (patch)
tree9506997b2a0b31f059c508bae550f4c8d1d013f4 /patch.diff
parent2b92c518f91808f196f748d01665ba11ea0a4c87 (diff)
downloadaur-18256d631fa88e307003e5a7d9d7cb0b05945356.tar.gz
bump to 2.2
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/patch.diff b/patch.diff
new file mode 100644
index 000000000000..f19d72ce38d9
--- /dev/null
+++ b/patch.diff
@@ -0,0 +1,19 @@
+*** main.rs 2017-10-28 18:28:50.000000000 +0530
+--- main.rs 2018-03-12 21:52:58.353423751 +0530
+***************
+*** 80,86 ****
+
+ fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
+ info!(target: TAG, "Installing gnirehtet client...");
+! exec_adb(args.serial(), vec!["install", "-r", "gnirehtet.apk"])
+ }
+ }
+
+--- 80,86 ----
+
+ fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
+ info!(target: TAG, "Installing gnirehtet client...");
+! exec_adb(args.serial(), vec!["install", "-r", "/usr/share/gnirehtet/gnirehtet.apk"])
+ }
+ }
+