Skip to content

Commit

Permalink
Fix rockspec - outdated build.install.lua table
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Dec 8, 2015
1 parent 51e0f71 commit 1ee7ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ngx-oauth-dev-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ build = {
},
install = {
lua = {
'src/ngx-oauth-login.lua',
'src/ngx-oauth-logout.lua',
'src/ngx-oauth-proxy.lua',
'src/ngx-oauth-userauth.lua'
'src/ngx-oauth-redirect-handler.lua'
}
},
copy_directories = { 'spec' }
Expand Down

0 comments on commit 1ee7ef5

Please sign in to comment.