From 2f8b1050e1e7b2f04b304156e9e4fa2828d23f94 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jan 2006 05:57:53 +0000 Subject: r13153: Try to move closer to FHS. This probably breaks everything... Andrew Bartlett (This used to be commit 2c02a45d5a6c79ced7aea0f7e9d23fae19c2d127) --- source4/build/smb_build/makefile.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build') 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 -- cgit