summaryrefslogtreecommitdiff
path: root/dynconfig
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-03 10:00:56 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-03 03:56:38 +0200
commit8dde55c7fb55f3a03c222609d7340db8056c3365 (patch)
tree604a2809fcbd9a4e3222fd876e8fbf5cf255d2c2 /dynconfig
parent1e5098d5e1bb4dd2df6af690ad5555e1b4b52a8d (diff)
downloadsamba-8dde55c7fb55f3a03c222609d7340db8056c3365.tar.gz
build: fix typo
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 3 03:56:38 CEST 2012 on sn-devel-104
Diffstat (limited to 'dynconfig')
-rwxr-xr-xdynconfig/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 2a60a2a2e4f..44e8f19f732 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -269,7 +269,7 @@ def set_options(opt):
fhs_help = "Use FHS-compliant paths (default no)\n"
fhs_help += "You should consider using this together with:\n"
- fhs_help += "--prefix=/usr --sysconfdir=/etc --locatestatedir=/var"
+ fhs_help += "--prefix=/usr --sysconfdir=/etc --localstatedir=/var"
opt_group.add_option('--enable-fhs', help=fhs_help,
action="store_true", dest='ENABLE_FHS', default=False)