Changeset d72a39c


Ignore:
Timestamp:
07/16/2014 12:06:12 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
kde5-13430
Children:
c82b1166
Parents:
f3db1bd
Message:

Fix kdesu, symlink kdesu into user's path as done in kde-runtime.

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

Location:
kde5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde5/frameworks/kdesu.xml

    rf3db1bd rd72a39c  
    8989
    9090    <para>
     91      Fix an issue that would prevent <command>kdesu</command> from working
     92      at all:
     93    </para>
     94
     95<screen><userinput>sed -i "/kdesu_stub/s:QByteArray:QByteArray(CMAKE_INSTALL_PREFIX) + \"/\" + &amp;:g" src/suprocess.cpp</userinput></screen>
     96
     97    <para>
    9198      Install <application>KDESu</application> by running the following
    9299      commands:
  • kde5/plasma/kde-cli-tools.xml

    rf3db1bd rd72a39c  
    113113    </para>
    114114
    115 <screen role="root"><userinput>make install</userinput></screen>
     115<screen role="root"><userinput>make install &amp;&amp;
     116ln -sfv ../lib/libexec/kdesu $KF5_PREFIX/bin/kdesu</userinput></screen>
    116117
    117118  </sect2>
Note: See TracChangeset for help on using the changeset viewer.