summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-08-17 22:54:49 +0000
committerDan Williams <dcbw@redhat.com>2008-08-17 22:54:49 +0000
commita419bdfb9e659c5e574a05493037b53b417e54b7 (patch)
tree2a5bb8c7feeeb5c12b2cf3d99fe850742090fb17 /callouts
parent4872bf0b4dd2fe86abe3674b9b2f6b2956b7c215 (diff)
downloadNetworkManager-a419bdfb9e659c5e574a05493037b53b417e54b7.tar.gz
2008-08-17 Dan Williams <dcbw@redhat.com>
* callouts/Makefile.am src/Makefile.am - Move dispatcher directory creation to callouts/Makefile.am * system-settings/plugins/keyfile/Makefile.am - Create keyfile connections directory in DESTDIR (bgo #546833) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3976 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'callouts')
-rw-r--r--callouts/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 92cd2f9d77..83ab7669d9 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -78,6 +78,10 @@ edit = @sed \
-e 's|@localstatedir[@]|$(localstatedir)|g' \
-e 's|@libexecdir[@]|$(libexecdir)|g'
+dispatcherdir=$(sysconfdir)/NetworkManager/dispatcher.d
+install-data-hook:
+ $(mkinstalldirs) -m 0755 $(DESTDIR)$(dispatcherdir)
+
BUILT_SOURCES = nm-dispatcher-glue.h
CLEANFILES = $(BUILT_SOURCES) $(dbusactivation_DATA)