lua-resty-openssl icon indicating copy to clipboard operation
lua-resty-openssl copied to clipboard

Makefile doesn't installs all files

Open olfway opened this issue 4 years ago • 1 comments

It has

$(INSTALL) lib/resty/openssl*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/
$(INSTALL) lib/resty/openssl/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/openssl/

but this misses "auxiliary", "include" and "x509" subdirs in resty/openssl/ dir

I guess the same problem was in #2

olfway avatar Sep 30 '21 12:09 olfway

@olfway Oops, will fix that, thanks! In the meanwhile I would recommand to install using package manager like luarocks or opm.

fffonion avatar Sep 30 '21 16:09 fffonion