diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-09-27 05:11:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:01 -0500 |
commit | 255808b665b9f121343c8dd865f8909504cfcfcb (patch) | |
tree | 26e604ec97d229b0442f08852a7af2f465a57a3c | |
parent | 675f81eed3086682faeca34e56d441c6e38bd800 (diff) | |
download | samba-255808b665b9f121343c8dd865f8909504cfcfcb.tar.gz samba-255808b665b9f121343c8dd865f8909504cfcfcb.tar.bz2 samba-255808b665b9f121343c8dd865f8909504cfcfcb.zip |
r10526: BASEDIR must be set or we end up installing most of the binaries into lib/
(This used to be commit 8ec69f8ddf4961f4b864fa98aa6f8ecf2e13511d)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index fdba441f63..6f9615baa8 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -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} |