Skip to content

Commit

Permalink
build: fix typo
Browse files Browse the repository at this point in the history
Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Fri Aug  3 03:56:38 CEST 2012 on sn-devel-104
  • Loading branch information
abartlet committed Aug 3, 2012
1 parent 1e5098d commit 8dde55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynconfig/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8dde55c

Please sign in to comment.