Skip to content

Commit

Permalink
Fix the cygnus-flume-ng path
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Dec 15, 2014
1 parent f141b48 commit 394b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flume/neore/scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function download_flume(){
function copy_cygnus_startup_script(){
_logStage "######## Copying the cygnus startup script into the apache-flume... ########"
rm ${RPM_PRODUCT_SOURCE_DIR}/bin/flume-ng
cp $BASE_DIR/target/cygnus-flume-ng ${RPM_PRODUCT_SOURCE_DIR}/bin
cp $BASE_DIR/target/classes/cygnus-flume-ng ${RPM_PRODUCT_SOURCE_DIR}/bin
}

function copy_cygnus_to_flume(){
Expand Down

0 comments on commit 394b029

Please sign in to comment.