Fixed default value of datadir.
This commit is contained in:
parent
1d83dc025a
commit
9eb5e1d320
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ opts.AddOptions(
|
|||
ListOption('build', 'Build variant: debug or release', "release", ["release", "debug"]),
|
||||
PathOption('bindir', 'Where to install binaries', "bin", PathOption.PathAccept),
|
||||
('cachedir', 'Directory that contains a cache of derived files.', ''),
|
||||
PathOption('datadir', 'read-only architecture-independent game data', "share/$datadirname", PathOption.PathAccept),
|
||||
PathOption('datadir', 'read-only architecture-independent game data', "$datarootdir/$datadirname", PathOption.PathAccept),
|
||||
BoolOption('dummy_locales','Set to enable Wesnoth private locales', False),
|
||||
PathOption('fifodir', 'directory for the wesnothd fifo socket file', "/var/run/wesnothd", PathOption.PathAccept),
|
||||
BoolOption('fribidi','Clear to disable bidirectional-language support', True),
|
||||
|
|
Loading…
Add table
Reference in a new issue