Re: how to install OpenJDK stuff for packaging - DESTDIR support

2018-08-23 Thread Erik Joelsson
Hello Petr, The full image is created in /images/jdk. That is essentially the runtime you need. If you do "make product-bundles" you get it in a tar.gz as well. /Erik On 2018-08-23 00:48, Petr Sumbera wrote: Hi Magnus, On 23.08.2018 9:14, Magnus Ihse Bursie wrote: On 2018-08-22 17:13, Pe

Re: how to install OpenJDK stuff for packaging - DESTDIR support

2018-08-23 Thread pointo1d
On Thu, 2018-08-23 at 09:48 +0200, Petr Sumbera wrote: > > But not really sure whether following directory structure is > good enough: > > usr/jvm/openjdk-11 > usr/jvm/openjdk-11/bin > usr/jvm/openjdk-11/demo > usr/jvm/openjdk-11/lib > usr/jvm/openjdk-11/include > usr/jvm/openjdk-11/jmods > usr

Re: how to install OpenJDK stuff for packaging - DESTDIR support

2018-08-23 Thread Petr Sumbera
Hi Magnus, On 23.08.2018 9:14, Magnus Ihse Bursie wrote: On 2018-08-22 17:13, Petr Sumbera wrote: Hi all, I'm now able to build both OpenJDK 10 and 11 (thanks to all who helped me!). Now what is the correct way to install it for packaging? For now I use following patch (see below). But I won

Re: how to install OpenJDK stuff for packaging - DESTDIR support

2018-08-23 Thread Magnus Ihse Bursie
On 2018-08-22 17:13, Petr Sumbera wrote: Hi all, I'm now able to build both OpenJDK 10 and 11 (thanks to all who helped me!). Now what is the correct way to install it for packaging? For now I use following patch (see below). But I wonder how should this be done properly. Hi Petr, The code

how to install OpenJDK stuff for packaging - DESTDIR support

2018-08-22 Thread Petr Sumbera
Hi all, I'm now able to build both OpenJDK 10 and 11 (thanks to all who helped me!). Now what is the correct way to install it for packaging? For now I use following patch (see below). But I wonder how should this be done properly. Thanks, Petr --- jdk/make/Install.gmk +++ jdk/make/Install