From 8dde55c7fb55f3a03c222609d7340db8056c3365 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 3 Aug 2012 10:00:56 +1000 Subject: build: fix typo Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Aug 3 03:56:38 CEST 2012 on sn-devel-104 --- dynconfig/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynconfig') 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) -- cgit