Skip to content

Commit

Permalink
Always assume emqx is installed to /usr/lib/emqx
Browse files Browse the repository at this point in the history
Stop guessing /usr/lib64 to overly complicate it
  • Loading branch information
spring2maz authored and turtleDeng committed Nov 28, 2018
1 parent 6e4784c commit c29cc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars-pkg.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%%
%% bin/emqx
%%
{runner_root_dir, "$(if [ -d /usr/lib64 ]; then echo /usr/lib64; else echo /usr/lib; fi)/emqx"}.
{runner_root_dir, "/usr/lib/emqx"}.
{runner_bin_dir, "/usr/bin"}.
{runner_etc_dir, "/etc/emqx"}.
{runner_lib_dir, "$RUNNER_ROOT_DIR/lib"}.
Expand Down

0 comments on commit c29cc9c

Please sign in to comment.