1
0
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:
Volker Lendecke -
parent 68af56f517
commit c374fd982e

View File

@ -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;