diff options
-rw-r--r-- | source4/build/smb_build/makefile.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index a720ea3069..0d0c851776 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -37,8 +37,9 @@ BINDIR = @bindir@ SBINDIR = @sbindir@ LIBDIR = @libdir@ CONFIGDIR = @configdir@ -VARDIR = @localstatedir@ +localstatedir = @localstatedir@ SWATDIR = @swatdir@ +VARDIR = @localstatedir@ # The permissions to give the executables INSTALLPERMS = 0755 |