Skip to content

Commit

Permalink
fix(hybrid): fix the path to the wrpc file (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored May 25, 2022
1 parent e12d920 commit 3d261b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export PATH=$PATH:/usr/local/openresty/luajit/bin
/usr/local/openresty/bin/openresty -v

pushd /kong
cp -r kong/include/kong /tmp/build/usr/local/kong/lib/ || true

cp -r kong/include /tmp/build/usr/local/kong/lib/ || true
ROCKSPEC_VERSION=`basename /kong/kong-*.rockspec` \
&& ROCKSPEC_VERSION=${ROCKSPEC_VERSION%.*} \
&& ROCKSPEC_VERSION=${ROCKSPEC_VERSION#"kong-"}
Expand Down

0 comments on commit 3d261b7

Please sign in to comment.