mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
2a50bcd311
commit
4e38f0f38f
@ -99,7 +99,7 @@
|
||||
<screen><userinput>mkdir -v build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
.. &&
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user