Skip to content

Commit

Permalink
changed cp flag in build.sh -rL to -RL so it works in mac (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Petersen <danielpetersen@blockstream.com>
  • Loading branch information
dpet and Daniel Petersen committed Mar 21, 2020
1 parent 877e8b3 commit 4f515ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -rf $DEST/*
(cd client && [[ -d node_modules ]] || npm install)

# Static assets
cp -rL www/* $CUSTOM_ASSETS $DEST/
cp -RL www/* $CUSTOM_ASSETS $DEST/

# CSS customizations
[ -n "$CUSTOM_CSS" ] && cat $CUSTOM_CSS >> $DEST/style.css
Expand Down

0 comments on commit 4f515ac

Please sign in to comment.