r8827: Fix install on some systems.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 28 Jul 2005 12:27:46 +0000 (12:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:09 +0000 (13:30 -0500)
source/build/smb_build/makefile.pm

index a720ea30694ebad888b53834149a6087463f9b58..0d0c851776f3f1b7007f7fd31fb0e9d21b2ea690 100644 (file)
@@ -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