minor, remove DISCLAIMER from packaging scripts
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/1dad1ed3 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/1dad1ed3 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1dad1ed3 Branch: refs/heads/1.x-HBase1.1.3 Commit: 1dad1ed33e66e61d3b18f63ea43125663f7877aa Parents: 513ec2d Author: lidongsjtu <[email protected]> Authored: Thu Feb 25 13:39:43 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Thu Feb 25 13:53:21 2016 +0800 ---------------------------------------------------------------------- script/compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/1dad1ed3/script/compress.sh ---------------------------------------------------------------------- diff --git a/script/compress.sh b/script/compress.sh index 12988ca..96044a6 100755 --- a/script/compress.sh +++ b/script/compress.sh @@ -35,7 +35,7 @@ mkdir dist/${package_name} # copy files cp -r lib bin conf dist/tomcat examples/sample_cube dist/commit.sha1 dist/${package_name} # copy license files -cp LICENSE README.md NOTICE DISCLAIMER dist/${package_name} +cp LICENSE README.md NOTICE dist/${package_name} find dist/${package_name} -type d -exec chmod 755 {} \; find dist/${package_name} -type f -exec chmod 644 {} \;
