From 349286772f447b071733dff61d13674759852b73 Mon Sep 17 00:00:00 2001 From: dnovotny Date: Wed, 9 Sep 2009 08:38:15 -0400 Subject: inclusion of the policy file in the rpm package --- src/Daemon/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 17823d6..8951463 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -38,6 +38,9 @@ dist_dbusabrtconf_DATA = dbus-abrt.conf daemonconfdir = $(CONF_DIR) dist_daemonconf_DATA = abrt.conf +polkitconfdir = /usr/share/polkit-1/actions +dist_polkitconf_DATA = org.fedoraproject.abrt.policy + man_MANS = abrt.8 abrt.conf.5 EXTRA_DIST = $(man_MANS) -- cgit