Skip to content

Commit

Permalink
fixup perm
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 10, 2024
1 parent 071dc6a commit 5ec6dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ kong_genrule(
rm -rf ${BUILD_DESTDIR}/share ${BUILD_DESTDIR}/lib ${BUILD_DESTDIR}/etc
LUAROCKS=$(dirname '$(location @luarocks//:luarocks_make)')/luarocks_tree
cp -r ${LUAROCKS}/share ${LUAROCKS}/lib ${LUAROCKS}/etc ${BUILD_DESTDIR}/.
chmod -R "u+rw" ${LUAROCKS}/share ${LUAROCKS}/lib ${LUAROCKS}/etc
cp ${LUAROCKS}/bin/luarocks ${BUILD_DESTDIR}/bin/.
cp ${LUAROCKS}/bin/luarocks-admin ${BUILD_DESTDIR}/bin/.
chmod -R "u+rw" ${BUILD_DESTDIR}/share/lua
Expand Down

0 comments on commit 5ec6dca

Please sign in to comment.