Skip to content
Snippets Groups Projects
Commit dbb2ab99 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Use rsync instead of cp.

parent 3d82717f
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ export PATH=${BREW_PREFIX}/bin:$PATH
echo "[I] Brew exists. Not installing"
fi
echo "Copying moose.rb and moogli.rb"
cp $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
rsync -azv --progress $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
# This even works without python.
## NOTE: DO NOT install matplotlib using brew unless also installing python
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment