[geary] Fix name of translated appdata file. Bug 713937.



commit facf601e94af41bbad229cfcf771e28c9aeaf60c
Author: Michael James Gratton <mike vee net>
Date:   Mon Sep 5 12:23:34 2016 +1000

    Fix name of translated appdata file. Bug 713937.
    
    * cmake/FindIntltool.cmake: Fix brown-paper-bag CMake typo.

 cmake/FindIntltool.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cmake/FindIntltool.cmake b/cmake/FindIntltool.cmake
index b35279d..3699bb8 100644
--- a/cmake/FindIntltool.cmake
+++ b/cmake/FindIntltool.cmake
@@ -17,7 +17,7 @@ if (INTLTOOL_MERGE_FOUND)
             ${INTLTOOL_MERGE_EXECUTABLE} --xml-style ${CMAKE_SOURCE_DIR}/${po_dir}
                 ${CMAKE_CURRENT_SOURCE_DIR}/${appstream_name}.in ${appstream_name}
         )
-        install (FILES ${CMAKE_CURRENT_BINARY_DIR}/{$appstream_name} DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/appdata)
+        install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${appstream_name} DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/appdata)
     endmacro (INTLTOOL_MERGE_DESKTOP appstream_name po_dir)
     macro (INTLTOOL_MERGE_DESKTOP desktop_id po_dir)
         add_custom_target (geary.desktop ALL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]