ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / make_install.patch
blobd72af569e06ed2fe090366064eb127857c1d2f16
1 diff -Nru jdk18u-jdk-18.0.1.1-2.orig/make/Install.gmk jdk18u-jdk-18.0.1.1-2/make/Install.gmk
2 --- jdk18u-jdk-18.0.1.1-2.orig/make/Install.gmk 2022-04-25 22:25:14.000000000 +0000
3 +++ jdk18u-jdk-18.0.1.1-2/make/Install.gmk 2022-07-15 09:58:11.834180668 +0000
4 @@ -33,6 +33,9 @@
5 # Install the jdk image, in a very crude way. Not taking into
6 # account, how to install properly on macosx or windows etc.
7 install:
8 + echo Dummy
10 +installRude:
11 echo Installing jdk image into $(INSTALL_PREFIX)/jvm/$(INSTALLDIR)
12 echo and creating $(words $(BINARIES)) links from $(INSTALL_PREFIX)/bin into the jdk.
13 $(MKDIR) -p $(INSTALL_PREFIX)/jvm/$(INSTALLDIR)