patch -p1 << \EOF
diff -ru samba-2.2.6.orig/source/Makefile.in samba-2.2.6/source/Makefile.in
--- samba-2.2.6.orig/source/Makefile.in 2002-10-09 13:27:15.000000000 -0700
+++ samba-2.2.6/source/Makefile.in      2002-10-20 17:37:54.000000000 -0700
@@ -723,9 +723,9 @@
        @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir)
 
 installclientlib:
-       -$(INSTALLCMD) bin/libsmbclient.so
+       -$(INSTALLCMD) bin/libsmbclient.so ${prefix}/lib
        -$(INSTALLCMD) -d ${prefix}/include
-       -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
+       -$(INSTALLCMD) $(srcdir)/include/libsmbclient.h ${prefix}/include
 
 # revert to the previously installed version
 revert:
EOF

-- 
     Mike Castle      [EMAIL PROTECTED]      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to