mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r14472: fix typo
metze
This commit is contained in:
parent
c6a478a1af
commit
7713a5333e
@ -212,7 +212,7 @@ sub SharedLibrary($$)
|
||||
}
|
||||
|
||||
if ($ctx->{TYPE} eq "LIBRARY") {
|
||||
push (@{$self->{shared_libs}}, "$ctx->{DEBUDRI}/$ctx->{LIBRARY_REALNAME}");
|
||||
push (@{$self->{shared_libs}}, "$ctx->{DEBUGDIR}/$ctx->{LIBRARY_REALNAME}");
|
||||
} elsif ($ctx->{TYPE} eq "MODULE") {
|
||||
push (@{$self->{shared_modules}}, "$ctx->{DEBUGDIR}/$ctx->{LIBRARY_REALNAME}");
|
||||
push (@{$self->{plugins}}, "$installdir/$ctx->{LIBRARY_REALNAME}");
|
||||
|
Loading…
Reference in New Issue
Block a user