Changeset c478431


Ignore:
Timestamp:
12/30/2022 08:53:04 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/xf86-video-removal
Children:
a37e6b2, b74b310
Parents:
0ce5f57
Message:

Create /etc/profile.d in make-ca

make-ca may be built before the bash startup files, because it may
be needed early for downloading packages. In this case the
/etc/profile.d directory may not exist. Of course, another possibility
would be to have make-ca depend on the bash startup files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/make-ca.xml

    r0ce5f57 rc478431  
    328328    </para>
    329329
    330 <screen role="root"><userinput>cat &gt; /etc/profile.d/pythoncerts.sh &lt;&lt; "EOF"
     330<screen role="root"><userinput>mkdir -pv /etc/profile.d &amp;&amp;
     331cat &gt; /etc/profile.d/pythoncerts.sh &lt;&lt; "EOF"
    331332<literal># Begin /etc/profile.d/pythoncerts.sh
    332333
Note: See TracChangeset for help on using the changeset viewer.