[arch-commits] Commit in java9-openjdk/trunk (PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Sat Oct 7 16:46:51 UTC 2017


    Date: Saturday, October 7, 2017 @ 16:46:51
  Author: guillaume
Revision: 307130

Fix so file permissions

Modified:
  java9-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-07 16:23:28 UTC (rev 307129)
+++ PKGBUILD	2017-10-07 16:46:51 UTC (rev 307130)
@@ -130,6 +130,9 @@
     #--disable-javac-server
 
   make images docs
+
+  # https://bugs.openjdk.java.net/browse/JDK-8173610
+  find "../$_imgdir" -iname '*.so' -exec chmod +x {} \;
 }
 
 # check() {



More information about the arch-commits mailing list