summarylogtreecommitdiffstats
path: root/xtimecomposer.patch
diff options
context:
space:
mode:
authorWill Price2015-08-03 19:39:29 +0100
committerWill Price2015-08-03 19:39:29 +0100
commit9348ba1cfcb9027ff46429eb25c2bbeb6221e5aa (patch)
tree8c16151c6b0e0ce24bda7f1b59bae179682ab355 /xtimecomposer.patch
downloadaur-9348ba1cfcb9027ff46429eb25c2bbeb6221e5aa.tar.gz
Initial commit
Diffstat (limited to 'xtimecomposer.patch')
-rw-r--r--xtimecomposer.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/xtimecomposer.patch b/xtimecomposer.patch
new file mode 100644
index 000000000000..038a9cc6164a
--- /dev/null
+++ b/xtimecomposer.patch
@@ -0,0 +1,13 @@
+--- xtimecompose.orig 2014-09-22 15:45:29.478811673 +0100
++++ xtimecomposer 2014-09-22 16:04:02.098414316 +0100
+@@ -45,7 +45,9 @@
+ }
+
+ # Check java version
+-my $version = substr($output, 14, 3);
++$output =~ /version "(\d\.\d).*"/;
++my $version = $1;
++
+ if ($version < 1.5) {
+ die ("Incorrect java version. Requires 1.5 or greater.\n");
+ }