Changeset a5ead259 for kde5/frameworks


Ignore:
Timestamp:
10/19/2014 03:01:03 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
kde5-14686, systemd-13485
Children:
5cd8fb0
Parents:
9204bbb
Message:

Plasma 5.1.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde5/frameworks/intro.xml

    r9204bbb ra5ead259  
    156156    <para>
    157157      Several <application>KDE Frameworks 5</application> packages install files into
    158       <application>D-Bus</application> and <application>Polkit</application> directories.
    159       When installing <application>KDE Frameworks 5</application> in a location other than
    160       <filename class="directory">/usr</filename>, <application>D-Bus</application> and
    161       <application>Polkit</application> need to be able to find these files. The easiest
    162       way to achieve this is to create the following symlinks (as the
    163       <systemitem class="username">root</systemitem> user):
     158      <application>D-Bus</application> directories. When installing
     159      <application>KDE Frameworks 5</application> in a location other than
     160      <filename class="directory">/usr</filename>, <application>D-Bus</application>
     161      needs to be able to find these files. The easiest way to achieve this is to
     162      create the following symlinks (as the <systemitem
     163      class="username">root</systemitem> user):
    164164    </para>
    165165
    166166<screen role="root"><userinput>install -v -dm755 $KF5_PREFIX/{etc,share}     &amp;&amp;
    167167ln -sfv /etc/dbus-1         $KF5_PREFIX/etc   &amp;&amp;
    168 ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share &amp;&amp;
    169 ln -sfv /usr/share/polkit-1 $KF5_PREFIX/share</userinput></screen>
     168ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share</userinput></screen>
    170169
    171170    <para>
Note: See TracChangeset for help on using the changeset viewer.