BIGTOP-2590: Flume build break on RPM

Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ae7ab00c
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ae7ab00c
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ae7ab00c

Branch: refs/heads/master
Commit: ae7ab00cacdd58b4be11d2dc28a941c304f97be5
Parents: 666c0e5
Author: Olaf Flebbe <[email protected]>
Authored: Sat Nov 19 21:11:13 2016 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Sun Nov 20 20:58:20 2016 +0100

----------------------------------------------------------------------
 bigtop-packages/src/common/flume/install_flume.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ae7ab00c/bigtop-packages/src/common/flume/install_flume.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/flume/install_flume.sh 
b/bigtop-packages/src/common/flume/install_flume.sh
index 8927e19..e6b50d8 100755
--- a/bigtop-packages/src/common/flume/install_flume.sh
+++ b/bigtop-packages/src/common/flume/install_flume.sh
@@ -109,8 +109,9 @@ for x in flume-ng-* \
           DISCLAIMER \
           LICENSE \
           NOTICE \
-          README \
+          README.md \
           RELEASE-NOTES \
+          doap_Flume.rdf \
           bin/ia64 \
           bin/amd64; do
   rm -rf ${PREFIX}/$LIB_DIR/$x 
@@ -161,8 +162,9 @@ for x in CHANGELOG \
           DEVNOTES \
           LICENSE \
           NOTICE \
-          README \
-          RELEASE-NOTES ; do
+          README.md \
+          RELEASE-NOTES \
+          doap_Flume.rdf ; do
   if [ -e $x ] ; then
     cp -r $x $PREFIX/${DOC_DIR}
   fi

Reply via email to