diff options
| author | dnovotny <danny@rawhide.localdomain> | 2009-09-09 08:38:15 -0400 |
|---|---|---|
| committer | dnovotny <danny@rawhide.localdomain> | 2009-09-09 08:38:15 -0400 |
| commit | 349286772f447b071733dff61d13674759852b73 (patch) | |
| tree | fd90232b97ce0ede15054220ea01bffdb3f6410b /src | |
| parent | d04a619443303243a649f3f1baa20ad2f3ae1d89 (diff) | |
| download | abrt-349286772f447b071733dff61d13674759852b73.tar.gz abrt-349286772f447b071733dff61d13674759852b73.tar.xz abrt-349286772f447b071733dff61d13674759852b73.zip | |
inclusion of the policy file in the rpm package
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
