1
0
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:
Volker Lendecke
2003-12-26 21:33:53 +00:00
parent 8bfc33f5ed
commit e84d8b7015

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;