summarylogtreecommitdiffstats
path: root/new-pacman-not-symlink-but-realpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'new-pacman-not-symlink-but-realpath.patch')
-rw-r--r--new-pacman-not-symlink-but-realpath.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/new-pacman-not-symlink-but-realpath.patch b/new-pacman-not-symlink-but-realpath.patch
new file mode 100644
index 000000000000..f6f93e85ca33
--- /dev/null
+++ b/new-pacman-not-symlink-but-realpath.patch
@@ -0,0 +1,10 @@
+--- tools/tinyos/misc/tos-locate-jre 2012-03-29 16:19:30.000000000 +0200
++++ tools/tinyos/misc/tos-locate-jre.new 2017-04-25 09:01:43.968079000 +0200
+@@ -32,6 +32,7 @@
+ while [ -n "$javapath" -a -h "$javapath" ]; do
+ javapath=`readlink -q $javapath`
+ done
++ javapath=`realpath $javapath`
+ test -n "$javapath"
+ }
+