BIGTOP-983. Oozie-client package ships its docs twice
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/040a29a4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/040a29a4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/040a29a4 Branch: refs/heads/master Commit: 040a29a4c8076247c9654bef21bae4910efb8f18 Parents: 5b42a77 Author: Roman Shaposhnik <[email protected]> Authored: Sun May 12 13:11:09 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sun May 12 13:11:09 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/oozie/install_oozie.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/040a29a4/bigtop-packages/src/common/oozie/install_oozie.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/oozie/install_oozie.sh b/bigtop-packages/src/common/oozie/install_oozie.sh index 7f67a1f..c27dd64 100755 --- a/bigtop-packages/src/common/oozie/install_oozie.sh +++ b/bigtop-packages/src/common/oozie/install_oozie.sh @@ -113,6 +113,7 @@ cp -R ${BUILD_DIR}/README.txt ${DOC_DIR} cp -R ${BUILD_DIR}/release-log.txt ${DOC_DIR} [ -f ${BUILD_DIR}/PATCH.txt ] && cp ${BUILD_DIR}/PATCH.txt ${DOC_DIR} cp -R ${BUILD_DIR}/docs/* ${DOC_DIR} +rm -rf ${DOC_DIR}/target install -d -m 0755 ${MAN_DIR} gzip -c ${EXTRA_DIR}/oozie.1 > ${MAN_DIR}/oozie.1.gz
