summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-02-20 22:21:40 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-02-20 22:21:40 +0000
commit7db3effb904e710575de3868d8217c472f46a1ba (patch)
tree36889f71997cfd4c6d33c7c4c811efd8bef1148d
parent7c171df2b2ae4d3f2cbab669d5b5b96562bdd9a8 (diff)
* create $(localstatedir)/run if it doesn't exist
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-daemon/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am
index 55207d0..3fa4280 100644
--- a/avahi-daemon/Makefile.am
+++ b/avahi-daemon/Makefile.am
@@ -158,3 +158,6 @@ xmllint:
for F in $(introspection_DATA) ; do \
xmllint --noout --valid $$F ; \
done
+
+install-data-local:
+ test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"