From cb1fec651ce742c85dc8aaf66874832491b4a09f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 18 Sep 2013 19:23:13 +0200 Subject: Fix cmake+ninja install (bug #1224543) Fixed bugs: - https://launchpad.net/bugs/1224543 (bzr r12527) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86d7060c1..34bbb9a82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ if(UNIX) install( DIRECTORY ${CMAKE_SOURCE_DIR}/share/attributes - ${CMAKE_SOURCE_DIR}/share/clipart + ${CMAKE_SOURCE_DIR}/share/branding ${CMAKE_SOURCE_DIR}/share/examples ${CMAKE_SOURCE_DIR}/share/extensions ${CMAKE_SOURCE_DIR}/share/filters -- cgit v1.2.3