Changeset 4e38f0f


Ignore:
Timestamp:
09/21/2017 10:42:31 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
6702c00
Parents:
2a50bcd
Message:

For some unknown reason, lxqt-build-tools had
-DCMAKE_INSTALL_PREFIX=/usr
This resulted in having it in /usr, while the remaining of LXQt is in
/opt/lxqt, and also part of the translations were installed in /usr, and part
in /opt. Note that it was running anyway, but it was not clean...

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-build-tools.xml

    r2a50bcd r4e38f0f  
    100100cd       build &amp;&amp;
    101101
    102 cmake -DCMAKE_INSTALL_PREFIX=/usr \
     102cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
    103103      -DCMAKE_BUILD_TYPE=Release  \
    104104      .. &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.