From c1f5d4ceb6b82a6a6a412427ba5ed542d94fdaf3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 28 Jul 2005 12:27:46 +0000 Subject: r8827: Fix install on some systems. (This used to be commit bca762494316dd0b0bc593e4e374a68260c87f47) --- source4/build/smb_build/makefile.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build/smb_build') 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 -- cgit