From: Andrew Bartlett Date: Fri, 3 Aug 2012 00:00:56 +0000 (+1000) Subject: build: fix typo X-Git-Tag: ldb-1.1.10~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dde55c7fb55f3a03c222609d7340db8056c3365;p=thirdparty%2Fsamba.git build: fix typo Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Aug 3 03:56:38 CEST 2012 on sn-devel-104 --- 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)