diff options
| -rw-r--r-- | ports/ctemplate/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/ctemplate/CONTROL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ctemplate/CMakeLists.txt b/ports/ctemplate/CMakeLists.txt index c7cc211f4..63e6fc6b3 100644 --- a/ports/ctemplate/CMakeLists.txt +++ b/ports/ctemplate/CMakeLists.txt @@ -92,5 +92,5 @@ install( ) if(NOT DISABLE_INSTALL_HEADERS) - install(DIRECTORY "${COMMON_INCLUDES}/" DESTINATION include FILES_MATCHING PATTERN "*.h") + install(DIRECTORY "${COMMON_INCLUDES}/ctemplate" DESTINATION include FILES_MATCHING PATTERN "*.h") endif() diff --git a/ports/ctemplate/CONTROL b/ports/ctemplate/CONTROL index eb78d4c0f..5e9e69753 100644 --- a/ports/ctemplate/CONTROL +++ b/ports/ctemplate/CONTROL @@ -1,3 +1,3 @@ Source: ctemplate -Version: 2017-06-23-44b7c5b918a08ad561c63e9d28beecb40c10ebca +Version: 2017-06-23-44b7c5-2 Description: C++ CTemplate system |
