Skip to content

Commit

Permalink
echo_lapps example installation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 3, 2018
1 parent bb72b1b commit 3a90a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ install: build

install-examples: install
mkdir -p /opt/lapps/apps/echo
mkdir -p /opt/lapps/apps/echo_lapps
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/examples/echo_lapps/* /opt/lapps/apps/echo_lapps/
Expand Down

0 comments on commit 3a90a0f

Please sign in to comment.