Packagemaker: Use .txt for cpack license

Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/8e2778a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/8e2778a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/8e2778a3

Branch: refs/heads/latest_release
Commit: 8e2778a3921aa99f009962756881ce4bea5eee16
Parents: 6c2f8e3
Author: Rahul Iyer <ri...@apache.org>
Authored: Thu May 4 16:13:21 2017 -0700
Committer: Rahul Iyer <ri...@apache.org>
Committed: Thu May 4 16:13:21 2017 -0700

----------------------------------------------------------------------
 deploy/PackageMaker/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/8e2778a3/deploy/PackageMaker/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/deploy/PackageMaker/CMakeLists.txt 
b/deploy/PackageMaker/CMakeLists.txt
index 89617b9..81a6dcc 100644
--- a/deploy/PackageMaker/CMakeLists.txt
+++ b/deploy/PackageMaker/CMakeLists.txt
@@ -11,7 +11,7 @@
 set(CPACK_RESOURCE_FILE_README
     "${CPACK_PACKAGE_DESCRIPTION_FILE}" PARENT_SCOPE)
 set(CPACK_RESOURCE_FILE_LICENSE
-    "${CMAKE_SOURCE_DIR}/LICENSE" PARENT_SCOPE)
+    "${CMAKE_SOURCE_DIR}/licenses/MADlib.txt" PARENT_SCOPE)
 set(CPACK_RESOURCE_FILE_WELCOME
     "${CMAKE_CURRENT_SOURCE_DIR}/Welcome.html" PARENT_SCOPE)
 set(CPACK_OSX_PACKAGE_VERSION "10.5" PARENT_SCOPE)

Reply via email to