build: fix typo
authorAndrew Bartlett <abartlet@samba.org>
Fri, 3 Aug 2012 00:00:56 +0000 (10:00 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Aug 2012 01:56:38 +0000 (03:56 +0200)
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Aug  3 03:56:38 CEST 2012 on sn-devel-104

dynconfig/wscript

index 2a60a2a2e4fdb9d223a7ed2c107a68da5bfec570..44e8f19f73278bc653875cfbef8e2dc8b3da4f47 100755 (executable)
@@ -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)