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
This commit is contained in:
Pierre Labastie 2017-09-21 10:42:31 +00:00
parent 2a50bcd311
commit 4e38f0f38f

View File

@ -99,7 +99,7 @@
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
.. &amp;&amp;