mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
keyfile: create keyfile data directory during install
So distributions don't have to do it.
This commit is contained in:
parent
fcf87d87ae
commit
e8da63889b
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ libnm_settings_plugin_keyfile_la_LIBADD = \
|
|||
$(DBUS_LIBS) \
|
||||
$(GIO_LIBS)
|
||||
|
||||
keyfiledir=$(sysconfdir)/NetworkManager/system-connections
|
||||
|
||||
install-data-hook:
|
||||
$(mkinstalldirs) -m 0755 $(DESTDIR)$(keyfiledir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue