Skip to content

Commit

Permalink
Fix copy issue in mesos/spark#899
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Sep 9, 2013
1 parent a85758c commit f5a8afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cp $FWDIR/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/jars/"

# Copy other things
mkdir "$DISTDIR"/conf
cp -r "$FWDIR/conf/*.template" "$DISTDIR"
cp "$FWDIR/conf/*.template" "$DISTDIR"/conf
cp -r "$FWDIR/bin" "$DISTDIR"
cp -r "$FWDIR/python" "$DISTDIR"
cp "$FWDIR/spark-class" "$DISTDIR"
Expand Down

0 comments on commit f5a8afa

Please sign in to comment.