summaryrefslogtreecommitdiff
path: root/dynconfig/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'dynconfig/wscript')
-rwxr-xr-xdynconfig/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 2a60a2a2e4..44e8f19f73 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)