PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Tue Jul 22 09:43:11 PDT 2008


 NEWS               |    1 +
 policy/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c61924a461d74b1ba226f409c83abcd2fae92409
Author: David Zeuthen <davidz at redhat.com>
Date:   Tue Jul 22 12:42:35 2008 -0400

    fix 'make distcheck'

diff --git a/NEWS b/NEWS
index 8109ac2..2971e52 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ David Zeuthen (8):
       fix up permissions / docs for certain helpers and files/directories
       update README (for the right wiki page) and COPYING (for my email address)
       update NEWS for release
+      fix 'make distcheck'
 
 Joe Marcus Clarke (2):
       add support for FreeBSD
diff --git a/policy/Makefile.am b/policy/Makefile.am
index 59f29a2..96941d0 100644
--- a/policy/Makefile.am
+++ b/policy/Makefile.am
@@ -6,7 +6,7 @@ dist_polkit_policy_DATA = org.freedesktop.policykit.policy
 @INTLTOOL_POLICY_RULE@
 
 check:
-	$(top_builddir)/tools/polkit-policy-file-validate $(dist_polkit_policy_DATA)
+	$(top_builddir)/tools/polkit-policy-file-validate $(top_srcdir)/policy/$(dist_polkit_policy_DATA)
 
 clean-local :
 	rm -f *~


More information about the hal-commit mailing list