Changeset cc338e51 for general/prog


Ignore:
Timestamp:
12/23/2018 07:02:04 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a1b1e9d4
Parents:
b471f6a
Message:

Fix location of Java cacerts.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20863 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ojdk-conf.xml

    rb471f6a rcc338e51  
    109109
    110110<screen role="root"><userinput>/usr/sbin/make-ca -g --force &amp;&amp;
    111 ln -sfv /etc/ssl/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
     111ln -sfv /etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
    112112
    113113    <para>
Note: See TracChangeset for help on using the changeset viewer.