Skip to content

Commit

Permalink
broadcast_blob example added in examples installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 9, 2018
1 parent f5060a8 commit ebdb3f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@ install-examples: install
mkdir -p /opt/lapps/apps/echo
mkdir -p /opt/lapps/apps/echo_lapps
mkdir -p /opt/lapps/apps/time_broadcast
mkdir -p /opt/lapps/apps/broadcast_blob
install -m 0644 ${CND_BASEDIR}/examples/echo/ssl/* /opt/lapps/conf/ssl/
install -m 0644 ${CND_BASEDIR}/examples/echo/echo.lua /opt/lapps/apps/echo/
install -m 0644 ${CND_BASEDIR}/examples/echo_lapps/* /opt/lapps/apps/echo_lapps/
install -m 0644 ${CND_BASEDIR}/examples/time_broadcast/* /opt/lapps/apps/time_broadcast/
install -m 0644 ${CND_BASEDIR}/examples/broadcast_blob/* /opt/lapps/apps/broadcast_blob/

clone-luajit:
cp -RpP /usr/local/lib/* /opt/lapps/lib/
Expand Down

0 comments on commit ebdb3f1

Please sign in to comment.