s3compat: use right variable for STATEDIR
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Apr 2010 11:25:01 +0000 (21:25 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 May 2010 13:25:45 +0000 (23:25 +1000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/dynconfig/wscript

index c6f87f6ecc5ea2ba299a2f0f9108f325ec533cc0..5be688c72e60f4760e9f58093b8dcc5b068493e9 100644 (file)
@@ -37,7 +37,7 @@ dyn_cflags = {
     'SWATDIR'                        : '${DATADIR}/swat',
     'CODEPAGEDIR'                    : '${LIBDIR}/samba',
     'LIBDIR'                         : '${LIBDIR}',
-    'STATEDIR'                       : '${STATEDIR}',
+    'STATEDIR'                       : '${LOCALSTATEDIR}',
     'CACHEDIR'                       : '${LOCKDIR}',
     'SMB_PASSWD_FILE'                : '${PRIVATEDIR}/smbpasswd',
     }