diff options
| author | William Jon McCann <jmccann@redhat.com> | 2008-02-29 15:25:43 -0500 | 
|---|---|---|
| committer | William Jon McCann <jmccann@redhat.com> | 2008-02-29 15:25:43 -0500 | 
| commit | 970fbb66cb86c2a8b0ecbccbf8107c85b72343ae (patch) | |
| tree | acf5f3a2fbabeaf5ffcd1745cca71a1da98e780a | |
| parent | 72a2abee7a963bef52561766131e1b52a85409a3 (diff) | |
fix packaging of policy file
| -rw-r--r-- | data/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ef13d8c..ca51570 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,7 +9,7 @@ seat_DATA = 00-primary.seat  if HAVE_POLKIT  polkit_policydir = $(datadir)/PolicyKit/policy  dist_polkit_policy_DATA =	\ -	ConsoleKit.policy	\ +	org.freedesktop.consolekit.policy	\  	$(NULL)  endif  | 
