mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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
68af56f517
commit
c374fd982e
@ -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…
x
Reference in New Issue
Block a user