https://bugzilla.redhat.com/show_bug.cgi?id=1183001



--- Comment #1 from Kevin Kofler <[email protected]> ---
> sed -i "s/set(KDECORATION2_INCLUDEDIR 
> \"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")//" CMakeLists.txt
> sed -i 
> "s/\${KDECORATION2_INCLUDEDIR}/\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2/g" 
> src/CMakeLists.txt src/private/CMakeLists.txt

Why not simply:
sed -i "s/set(KDECORATION2_INCLUDEDIR
\"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")/set(KDECORATION2_INCLUDEDIR
\"\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2\")/" CMakeLists.txt
?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to