r10526: BASEDIR must be set or we end up installing most of the binaries into lib/
authorAndrew Tridgell <tridge@samba.org>
Tue, 27 Sep 2005 05:11:14 +0000 (05:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:01 +0000 (13:39 -0500)
source/build/smb_build/makefile.pm

index fdba441f637ad3d20740a6ab8939cc40c9343f28..6f9615baa84bca618bff071b39b02efd49c64847 100644 (file)
@@ -34,6 +34,7 @@ VPATH = $config{srcdir}
 srcdir = $config{srcdir}
 builddir = $config{builddir}
 
+BASEDIR = $config{prefix}
 BINDIR = $config{bindir}
 SBINDIR = $config{sbindir}
 datadir = $config{datadir}