]> git.sven.stormbind.net Git - sven/mpt-status.git/blobdiff - mpt-status.spec
Remove useless mkdir -p
[sven/mpt-status.git] / mpt-status.spec
index 95bda5a41ae84a7c2d64703ce3165afcd625f034..334327a39ae329a298f00191b00652c0653f53ed 100644 (file)
@@ -32,10 +32,9 @@ you to monitor the health and status of your RAID setup.
 
 %install
 %{__rm} -rf %{buildroot}
-mkdir -p %{buildroot}%{_mandir}/man8
 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
 %{__install} -D -m0755 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rc.d/init.d/mpt-statusd
-%{__install} -D -m0644 man/mpt-status.8 %{buildroot}%{mandir}/man8/mpt-status.8
+%{__install} -D -m0644 man/mpt-status.8 %{buildroot}%{_mandir}/man8/mpt-status.8
 
 %clean
 %{__rm} -rf %{buildroot}