Respect DESTDIR when creating the system-connections directory.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3973 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Michael Biebl
2008-08-17 15:23:38 +00:00
parent 4cb15511d6
commit af426762ec

View File

@@ -41,6 +41,6 @@ libnm_settings_plugin_keyfile_la_LIBADD += \
endif endif
install-data-hook: install-data-hook:
mkdir -p $(keyfile_dir) mkdir -p $(DESTDIR)$(keyfile_dir)