We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bc7cc commit 91acbd9Copy full SHA for 91acbd9
Makefile
@@ -100,6 +100,7 @@ package-apisix-openresty-rpm:
100
-d 'openresty-zlib >= 1.2.11-3' \
101
-d 'openresty-openssl111 >= 1.1.1h-1' \
102
-d 'openresty-pcre >= 8.44-1' \
103
+ --post-install ${PWD}/post-install-apisix-openresty.sh \
104
--description "APISIX's OpenResty distribution." \
105
--license "ASL 2.0" \
106
-C ${PWD}/build/rpm \
post-install-apisix-openresty.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+ln -sf /usr/local/openresty/bin/resty /usr/bin/resty
3
+ln -sf /usr/local/openresty/bin/openresty /usr/bin/openresty
0 commit comments