From 36322f91295c9ec1c5171968f9ed33ad41abf481 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 1 Sep 2018 12:15:08 -0500 Subject: [PATCH] rpm - use _pkgdocdir instead of _docdir --- distros/redhat/zoneminder.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/redhat/zoneminder.spec b/distros/redhat/zoneminder.spec index ba6945966..8ed07898d 100644 --- a/distros/redhat/zoneminder.spec +++ b/distros/redhat/zoneminder.spec @@ -202,8 +202,8 @@ fi %{_bindir}/gpasswd -a %{zmuid_final} dialout >/dev/null 2>&1 || : # Warn the end user to read the README file -echo -e "\nVERY IMPORTANT: Before starting ZoneMinder, you must read the README file\nto finish the installation or upgrade!\n" -echo -e "\nThe README file is located here: %{_docdir}/README\n" +echo -e "\nVERY IMPORTANT: Before starting ZoneMinder, you must read the README file\nto finish the installation or upgrade!" +echo -e "\nThe README file is located here: %{_pkgdocdir}/README\n" %if 0%{?with_nginx} # Nginx does not create an SSL certificate like the apache package does so lets do that here