]> git.meshlink.io Git - catta/commitdiff
* create $(localstatedir)/run if it doesn't exist
authorSebastien Estienne <sebastien.estienne@gmail.com>
Mon, 20 Feb 2006 22:21:40 +0000 (22:21 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Mon, 20 Feb 2006 22:21:40 +0000 (22:21 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/Makefile.am

index 55207d07525e7923196329a4bf7ef8188c646a2c..3fa4280a66e78dac84622a7ec78fa53873b02747 100644 (file)
@@ -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"