]> git.sven.stormbind.net Git - sven/mpt-status.git/commitdiff
Remove useless mkdir -p
authorSven Hoexter <sven@timegate.de>
Mon, 4 Aug 2014 12:58:27 +0000 (14:58 +0200)
committerSven Hoexter <sven@timegate.de>
Mon, 4 Aug 2014 12:58:27 +0000 (14:58 +0200)
mpt-status.spec

index b9915077c6a2176a570fb120ddd65f9a1652b3b9..334327a39ae329a298f00191b00652c0653f53ed 100644 (file)
@@ -32,7 +32,6 @@ 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