svn commit: samba r10526 - in branches/SAMBA_4_0/source/build/smb_build: .

tridge at samba.org tridge at samba.org
Tue Sep 27 05:11:15 GMT 2005


Author: tridge
Date: 2005-09-27 05:11:14 +0000 (Tue, 27 Sep 2005)
New Revision: 10526

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10526

Log:
BASEDIR must be set or we end up installing most of the binaries into lib/

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-09-27 03:11:08 UTC (rev 10525)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-09-27 05:11:14 UTC (rev 10526)
@@ -34,6 +34,7 @@
 srcdir = $config{srcdir}
 builddir = $config{builddir}
 
+BASEDIR = $config{prefix}
 BINDIR = $config{bindir}
 SBINDIR = $config{sbindir}
 datadir = $config{datadir}



More information about the samba-cvs mailing list