diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-26 05:57:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:29 -0500 |
commit | 2f8b1050e1e7b2f04b304156e9e4fa2828d23f94 (patch) | |
tree | 583347f0d1a81704266714134f6510858e475edd /source4/build/smb_build | |
parent | b2050691a751f4688098b4a747acd805e4776ba1 (diff) | |
download | samba-2f8b1050e1e7b2f04b304156e9e4fa2828d23f94.tar.gz samba-2f8b1050e1e7b2f04b304156e9e4fa2828d23f94.tar.bz2 samba-2f8b1050e1e7b2f04b304156e9e4fa2828d23f94.zip |
r13153: Try to move closer to FHS. This probably breaks everything...
Andrew Bartlett
(This used to be commit 2c02a45d5a6c79ced7aea0f7e9d23fae19c2d127)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index cbcc40c810..022fcaa9bc 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -74,9 +74,11 @@ datadir = $self->{config}->{datadir} LIBDIR = $self->{config}->{libdir} MODULESDIR = $self->{config}->{libdir} INCLUDEDIR = $self->{config}->{includedir} -CONFIGDIR = $self->{config}->{configdir} +CONFIGDIR = $self->{config}->{sysconfdir} localstatedir = $self->{config}->{localstatedir} -SWATDIR = $self->{config}->{swatdir} +SWATDIR = $self->{config}->{datadir}/swat +JSDIR = $self->{config}->{datadir}/js +SETUPDIR = $self->{config}->{datadir}/setup VARDIR = $self->{config}->{localstatedir} LOGFILEBASE = $self->{config}->{logfilebase} NCALRPCDIR = $self->{config}->{localstatedir}/ncalrpc |