Restore a warning comment lost in 3913b45078

This commit is contained in:
Panu Matilainen 2023-09-11 13:29:12 +03:00
parent b779389deb
commit 0b65501ee5
1 changed files with 3 additions and 0 deletions

View File

@ -357,6 +357,9 @@ change.
mkdir _build
cd _build
# Using the %%cmake macro creates a confusing and unworkable mirror-in-mirror
# effect on rpm platform setup. Use the old-fashioned way, only definining
# minimal paths.
cmake \
-DCMAKE_INSTALL_PREFIX=%{_usr} \
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=%{_var}/lib \