mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +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 used to be commit d74137d227
)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user