Changeset 11d8b85


Ignore:
Timestamp:
07/24/2014 01:35:15 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
d928d4a
Parents:
5c7d5b25
Message:

Always create -qt5 compatibility symlinks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13606 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5-systemd.xml

    r5c7d5b25 r11d8b85  
    383383    <para>
    384384      Some packages look for <application>Qt5</application> executables
    385       with <filename>-qt5</filename> suffix.
    386       If <application>Qt5</application> executables weren't installed in
    387       <filename class="directory">/usr/bin</filename>, run the following
    388       commands as the <systemitem class="username">root</systemitem> user:
     385      with <filename>-qt5</filename> suffix. Run the following command
     386      as the <systemitem class="username">root</systemitem> user to
     387      create the necessary symlinks:
    389388    </para>
    390389
    391390<screen role="root"><userinput>for file in $QT5BINDIR/*; do
    392   ln -sfv $file /usr/bin/$(basename $file)-qt5
     391  ln -sfrv $file /usr/bin/$(basename $file)-qt5
    393392done</userinput></screen>
    394393
Note: See TracChangeset for help on using the changeset viewer.