mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 23:30:18 +01:00
build: print missing configured directories
Many of the configured directories default to being defined using existing directory configuration. As a result you usually don't see the actual directories that will be used. With the added directories you can at least assemble the information and thus see which directories will be used.
This commit is contained in:
parent
97f06c3a6d
commit
a967a5be10
1 changed files with 4 additions and 0 deletions
|
|
@ -1370,6 +1370,10 @@ echo
|
|||
echo "System paths:"
|
||||
echo " prefix: $prefix"
|
||||
echo " exec_prefix: $exec_prefix"
|
||||
echo " sysconfdir: $sysconfdir"
|
||||
echo " localstatedir: $localstatedir"
|
||||
echo " runstatedir: $runstatedir"
|
||||
echo " datadir: $datadir"
|
||||
echo " systemdunitdir: $with_systemdsystemunitdir"
|
||||
echo " nmbinary: $nmbinary"
|
||||
echo " nmconfdir: $nmconfdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue