Changeset 9000d29


Ignore:
Timestamp:
03/28/2016 05:02:20 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
a8e3f808
Parents:
d26cf13b
Message:

Change $LXQT_PREFIX to /usr in obconf-qt instructions, as said after the
instructions:
The choice of <filename class="directory">/usr</filename> prefix is due

to the general characteristics of this program, which can be used
without <application>LXQt</application>

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/obconf-qt.xml

    rd26cf13b r9000d29  
    105105cd       build &amp;&amp;
    106106
    107 cmake -DCMAKE_BUILD_TYPE=Release          \
    108       -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
     107cmake -DCMAKE_BUILD_TYPE=Release  \
     108      -DCMAKE_INSTALL_PREFIX=/usr \
    109109      ..       &amp;&amp;
    110110
Note: See TracChangeset for help on using the changeset viewer.