mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
Set SYSCONFDIR to /etc even when "prefix" is set
SYSCONFDIR should be "/etc" even when prefix="/usr" to be FHS compliant. This is the default in meson from v0.44.
This commit is contained in:
parent
615d4bf958
commit
027928bdeb
@ -157,7 +157,7 @@ subdir('swaynag')
|
|||||||
subdir('swaylock')
|
subdir('swaylock')
|
||||||
|
|
||||||
config = configuration_data()
|
config = configuration_data()
|
||||||
config.set('sysconfdir', join_paths(prefix, sysconfdir))
|
config.set('sysconfdir', sysconfdir)
|
||||||
config.set('datadir', join_paths(prefix, datadir))
|
config.set('datadir', join_paths(prefix, datadir))
|
||||||
config.set('prefix', prefix)
|
config.set('prefix', prefix)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user