From bca762494316dd0b0bc593e4e374a68260c87f47 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 28 Jul 2005 12:27:46 +0000 Subject: [PATCH] r8827: Fix install on some systems. --- source/build/smb_build/makefile.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm index a720ea30694..0d0c851776f 100644 --- a/source/build/smb_build/makefile.pm +++ b/source/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 -- 2.34.1