From 6d64832f19f9306e1c36b39c5a8adcadd3d09020 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Jun 13 2015 22:08:37 +0000 Subject: Fixed the installed documentation directory path. --- diff --git a/airtsp.spec b/airtsp.spec index 6c3c74a..650ff52 100644 --- a/airtsp.spec +++ b/airtsp.spec @@ -81,12 +81,12 @@ make install DESTDIR=$RPM_BUILD_ROOT popd mkdir -p %{mydocs} -mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs} +mv $RPM_BUILD_ROOT%{_docdir}/%{name}/html %{mydocs} rm -f %{mydocs}/html/installdox # Remove additional documentation files (those files are already available # in the project top directory) -rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{NEWS,README,AUTHORS} +rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/{NEWS,README,AUTHORS} %check #ctest