aboutsummaryrefslogtreecommitdiff
path: root/myautomount.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-01 21:50:14 -0400
committerB Stack <bgstack15@gmail.com>2020-10-01 21:50:14 -0400
commit1747042064a013c5b31f94d7d7dd591e69b5db44 (patch)
tree04173d6edfa768b7005855a30d55fb991705b660 /myautomount.spec
parentWIP: fix el6 and el7 builds (diff)
downloadmyautomount-1747042064a013c5b31f94d7d7dd591e69b5db44.tar.gz
myautomount-1747042064a013c5b31f94d7d7dd591e69b5db44.tar.bz2
myautomount-1747042064a013c5b31f94d7d7dd591e69b5db44.zip
docdir fix for el6,el7
Diffstat (limited to 'myautomount.spec')
-rw-r--r--myautomount.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/myautomount.spec b/myautomount.spec
index 01849d6..af4edd4 100644
--- a/myautomount.spec
+++ b/myautomount.spec
@@ -98,6 +98,8 @@ update-desktop-database 1>/dev/null 2>&1 || :
%doc %{_mandir}/man1/*
%if 0%{?fedora} || 0%{?rhel} >= 8
%doc %{_pkgdocdir}/*
+%else
+%doc %{_docdir}/%{name}/*
%endif
%changelog
bgstack15