about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2017-10-26 16:30:17 -0700
committerJosh Stone <jistone@redhat.com>2017-10-26 17:23:14 -0700
commit19714f55ee70f3130751c8f720b21d869bc82b5d (patch)
tree83d56b1fd7876c566dd0752b08e91819139fd488 /config.toml.example
parent924331cc9b9213112e697833391c8d5fc59ea844 (diff)
config.toml: Add stubs for recognized-but-unused install paths
... specifically `datadir`, `infodir`, and `localstatedir`.  These were
already accepted by `configure.py`, but it didn't have any place to put
the values.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 261fe205387..df0142b8d46 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -203,6 +203,16 @@
 # Where to install man pages in `prefix` above
 #mandir = "share/man"
 
+# Where to install data in `prefix` above (currently unused)
+#datadir = "share"
+
+# Where to install additional info in `prefix` above (currently unused)
+#infodir = "share/info"
+
+# Where to install local state (currently unused)
+# If this is a relative path, it will get installed in `prefix` above
+#localstatedir = "/var/lib"
+
 # =============================================================================
 # Options for compiling Rust code itself
 # =============================================================================