diff --git a/calamares.spec b/calamares.spec index 3ca6ca8..e953069 100644 --- a/calamares.spec +++ b/calamares.spec @@ -125,7 +125,7 @@ sed -i -e 's/^backend: dnf$/backend: yum/g' src/modules/packages/packages.conf %build mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} -DWITH_PARTITIONMANAGER:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DKDE_INSTALL_LIBDIR:PATH=%{_lib} .. +%{cmake_kf5} -DWITH_PARTITIONMANAGER:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -215,7 +215,7 @@ EOF - default-settings patch: Enable the packages module, make it remove calamares - desktop-file patch: Remove the NoDisplay=true line, unneeded with the above - Requires: dnf or yum depending on the Fedora version, for the packages module -- Explicitly define KDE_INSTALL_LIBDIR to work around FTBFS for now +- Explicitly define CMAKE_INSTALL_LIBDIR to work around FTBFS for now * Sun Dec 07 2014 Kevin Kofler - 0.17.0-5.20141206giteb748cca8ebfc - Bump Release to distinguish official F21 update from Copr build