Ignore:
Timestamp:
08/18/2015 12:33:49 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
298fee30
Parents:
68d5b0e
Message:

Use $LXQT_PREFIX (can be /usr) in lxqt instead of forcing /opt/lxqt. I am not pleased by my ugly changes to the Final configuration part of the Post-Install instructions, but I think they will work and not do any harm.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-session.xml

    r68d5b0e r6073ef0  
    9898cd       build &amp;&amp;
    9999
    100 cmake -DCMAKE_BUILD_TYPE=Release       \
    101       -DCMAKE_INSTALL_PREFIX=/opt/lxqt \
     100cmake -DCMAKE_BUILD_TYPE=Release          \
     101      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
    102102      ..       &amp;&amp;
    103103
     
    172172        </seg>
    173173        <seg>
    174           /opt/lxqt/share/lxqt/translations/lxqt{,-config}-session
     174          $LXQT_PREFIX/share/lxqt/translations/lxqt{,-config}-session
    175175        </seg>
    176176      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.