diff options
| author | Josh Blum <josh@joshknows.com> | 2012-01-17 17:14:17 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2012-01-17 17:14:17 -0800 | 
| commit | 287958ba36072f699090aa61ad2b6bbee6846d66 (patch) | |
| tree | cbf3c8e0172a32a27a8e1bb9dc10f4328c088b99 | |
| parent | b071cbc1841376e26b511f96c205e2dd96789673 (diff) | |
| download | uhd-287958ba36072f699090aa61ad2b6bbee6846d66.tar.gz uhd-287958ba36072f699090aa61ad2b6bbee6846d66.tar.bz2 uhd-287958ba36072f699090aa61ad2b6bbee6846d66.zip | |
images: include license file into image tarballs
| -rw-r--r-- | images/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 4758f8396..eed95ace6 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -44,3 +44,4 @@ MESSAGE(STATUS "Version: ${CPACK_PACKAGE_VERSION}")  #tag the images with a version number (something identifiable)  FILE(WRITE ${CMAKE_SOURCE_DIR}/images/${CPACK_PACKAGE_VERSION}.tag "${CPACK_PACKAGE_VERSION}-${UHD_BUILD_INFO}\n${DATETIME_NOW}\n")  INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/images DESTINATION share/uhd) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/../host/LICENSE.txt DESTINATION share/uhd/images) | 
