Commit bd5640a1 authored by Andrey Shevchuk's avatar Andrey Shevchuk

moved to new home

parent b767d138
...@@ -14,8 +14,8 @@ sub new { ...@@ -14,8 +14,8 @@ sub new {
$self->{force_libs} //= ['/usr/libexec/webmin', '/usr/libexec/webmin/asterisk']; $self->{force_libs} //= ['/usr/libexec/webmin', '/usr/libexec/webmin/asterisk'];
$ENV{LD_LIBRARY_PATH} = $self->{root} . '/local/usr/lib' . ($ENV{LD_LIBRARY_PATH} ? (':' . $ENV{LD_LIBRARY_PATH}) : ''); $ENV{LD_LIBRARY_PATH} = $self->{root} . '/local/usr/lib' . ($ENV{LD_LIBRARY_PATH} ? (':' . $ENV{LD_LIBRARY_PATH}) : '');
$ENV{LD_RUN_PATH} = $self->{root} . '/local/usr/lib:' . ($ENV{LD_RUN_PATH} ? (':' . $ENV{LD_RUN_PATH}) : ''); $ENV{LD_RUN_PATH} = $self->{root} . '/local/usr/lib' . ($ENV{LD_RUN_PATH} ? (':' . $ENV{LD_RUN_PATH}) : '');
$ENV{PKG_CONFIG_PATH} = $self->{root} . '/local/usr/lib/pkgconfig:' . ($ENV{PKG_CONFIG_PATH} ? (':' . $ENV{PKG_CONFIG_PATH}) : ''); $ENV{PKG_CONFIG_PATH} = $self->{root} . '/local/usr/lib/pkgconfig' . ($ENV{PKG_CONFIG_PATH} ? (':' . $ENV{PKG_CONFIG_PATH}) : '');
$self->init_data(); $self->init_data();
$self->init_inc() unless $self->{no_change_inc}; $self->init_inc() unless $self->{no_change_inc};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment