diff options
author | janshuez <janshuez[at]outlook[dot]com> | 2023-12-06 10:17:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-06 10:55:10 +0700 |
commit | 56bbb4542244b1c7d17bfbbbdb198885ad422f4b (patch) | |
tree | 9e9525facfa9c54df8f717f8bde0b2e92660ae0e /network | |
parent | 2286bf7f8a59a843a36675c7f164baae4e6cd429 (diff) |
network/openresty: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/openresty/openresty.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/openresty/openresty.SlackBuild b/network/openresty/openresty.SlackBuild index baf165728d747..62ba6dba89d42 100644 --- a/network/openresty/openresty.SlackBuild +++ b/network/openresty/openresty.SlackBuild @@ -184,7 +184,7 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh -install -m 0755 $PKG/opt/openresty/nginx/sbin/nginx /usr/bin/openresty +ln -sf $PKG/opt/openresty/nginx/sbin/nginx /usr/bin/openresty # Don't clobber config files for i in $(find $PKG/etc/$PRGNAM -type f ! -name "*\.default"); do |