summaryrefslogtreecommitdiffstats
path: root/firstaidkit.spec
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2009-08-17 15:02:55 +0200
committerJoel Andres Granados <jgranado@redhat.com>2009-08-17 15:02:55 +0200
commita6df52cd24c118864931368a8334eed61630605a (patch)
tree8c241e8818c53573dcf32681556d3d026facd8af /firstaidkit.spec
parentb527a1318f52ba01887e5dcbabc02cb1eeddd986 (diff)
downloadfirstaidkit-a6df52cd24c118864931368a8334eed61630605a.tar.gz
firstaidkit-a6df52cd24c118864931368a8334eed61630605a.tar.xz
firstaidkit-a6df52cd24c118864931368a8334eed61630605a.zip
Identify dirs in spec file.
* firstaidkit.spec: Correctly identify the directories in the spec file. This is done so that those directories can be correctly handled on removing the package.
Diffstat (limited to 'firstaidkit.spec')
-rw-r--r--firstaidkit.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 59d6bef..94cb2dd 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -198,6 +198,7 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
%{_bindir}/firstaidkit
%{_bindir}/firstaidkit-qs
+%dir %{_bindir}/firstaidkit
%{_bindir}/firstaidkitrevert
%config(noreplace) %{_sysconfdir}/firstaidkit/firstaidkit.conf
%config(noreplace) %{_sysconfdir}/firstaidkit/about
@@ -227,7 +228,8 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%{_libdir}/firstaidkit/plugins/xserver.py*
%files plugin-grub
-%{_libdir}/firstaidkit/plugins/grub
+%{_libdir}/firstaidkit/plugins/grub/*
+%dir %{_libdir}/firstaidkit/plugins/grub/*
%files plugin-mdadm-conf
%{_libdir}/firstaidkit/plugins/mdadm_conf.py*