diff options
author | 2024-06-12 18:24:40 +0200 | |
---|---|---|
committer | 2024-06-12 21:24:43 +0200 | |
commit | fb3906c1fc78e99756dd025578d7fc96fe36b39b (patch) | |
tree | 58c4f52151692494775176d62cb47b00ef744b70 /NEWS | |
parent | Update copyright header and other minor text updates (diff) | |
download | java-config-fb3906c1fc78e99756dd025578d7fc96fe36b39b.tar.gz java-config-fb3906c1fc78e99756dd025578d7fc96fe36b39b.tar.bz2 java-config-fb3906c1fc78e99756dd025578d7fc96fe36b39b.zip |
Fix launcher location in Gentoo-prefix installations
The launcher was installed in $EPREFIX/share/java-config-2/launcher,
when it should be $EPREFIX/usr/share/java-config-2/launcher.
Bug: https://bugs.gentoo.org/933521
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ For full ChangeLog generated from svn commit logs see ChangeLog. 2.3.4: * Install java-config-2 as java-config from now on +* Fix launcher installation in Gentoo-prefix installations (#933521) 2.3.3 / 2.3.2: * Correctly set java.library.path in launcher |