mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Collecting another little patch from gd@suse.de
As broken as it might be, smbwrapper.so should be put into the libdir and not bindir. Volker
This commit is contained in:
parent
e6b4b956f6
commit
d74137d227
@ -36,7 +36,7 @@ static void smbsh_usage(void)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
char *p, *u;
|
||||
const char *libd = dyn_BINDIR;
|
||||
const char *libd = dyn_LIBDIR;
|
||||
pstring line, wd;
|
||||
int opt;
|
||||
extern char *optarg;
|
||||
|
Loading…
Reference in New Issue
Block a user