From 287958ba36072f699090aa61ad2b6bbee6846d66 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 17 Jan 2012 17:14:17 -0800 Subject: images: include license file into image tarballs --- images/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'images') 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) -- cgit v1.2.3