Changeset a1836490


Ignore:
Timestamp:
03/12/2021 03:15:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9b43114
Parents:
5d69f635
Message:

KF5: Make sure that /usr/lib/systemd is reinitialized when reinitializing /opt/kf5

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5d69f635 ra1836490  
    4545      <para>March 11th, 2021</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Make sure that the instructions for creating a
     49          symlink for /usr/lib/systemd in $KF5_PREFIX are still run when
     50          reinitializing /opt/kf5.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[renodr] - Update to php-8.0.3. Fixes
  • kde/kf5/kf5-frameworks.xml

    r5d69f635 ra1836490  
    307307      </para>
    308308
    309       <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old                         &amp;&amp;
     309      <screen role="root" revision="sysv"><userinput>mv -v /opt/kf5 /opt/kf5.old                         &amp;&amp;
    310310install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
    311311ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
    312312ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share</userinput></screen>
     313
     314      <screen role="root" revision="systemd"><userinput>mv -v /opt/kf5 /opt/kf5.old                         &amp;&amp;
     315install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
     316ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
     317ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share       &amp;&amp;
     318install -v -dm755           $KF5_PREFIX/lib         &amp;&amp;
     319ln -sfv /usr/lib/systemd    $KF5_PREFIX/lib</userinput></screen>
     320
    313321    </caution>
    314322
Note: See TracChangeset for help on using the changeset viewer.