jkeys089 / lua-resty-hmac

HMAC functions for ngx_lua and LuaJIT
160 stars 99 forks source link

chore: add $(DESTDIR) for packing #22

Closed rainingmaster closed 4 years ago

rainingmaster commented 4 years ago

@jkeys089 hihi, I think we should add $(DESTDIR) like other module? Such as https://github.com/openresty/lua-resty-mysql/blob/master/Makefile#L13. So we can pack this module to a special path(for dpkg or rpmbuild) more convenient.