Skip to content

Commit d2be2ae

Browse files
authored
chore(makefile) include openssl.lua (#106)
When using make install, only the resty/openssl folder is copied to target destination : resty/openssl.lua is missing.
1 parent 15bc59b commit d2be2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ all: ;
1111

1212
install: all
1313
cp -rpv lib/resty/openssl/. $(DESTDIR)$(LUA_LIB_DIR)/resty/openssl
14+
cp -pv lib/resty/openssl.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/
1415

1516
test: all
1617
PATH=$(OPENRESTY_PREFIX)/nginx/sbin:$$PATH prove -I../test-nginx/lib -r t

0 commit comments

Comments
 (0)