From b409b1c013427de2759922af9253ba3c1187a96b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 6 Oct 2009 13:02:49 +0000 Subject: [PATCH] - install to sbin; rel 2 Changed files: cciss_vol_status.spec -> 1.2 --- cciss_vol_status.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cciss_vol_status.spec b/cciss_vol_status.spec index 40487aa..f866731 100644 --- a/cciss_vol_status.spec +++ b/cciss_vol_status.spec @@ -2,7 +2,7 @@ Summary: Shows status of logical drives attached to HP SmartArray controllers Summary(pl.UTF-8): Wyświetla status logicznych dysków stworzonych w kontrolerach HP SmartArray Name: cciss_vol_status Version: 1.03 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications Source0: http://dl.sourceforge.net/cciss/%{name}-%{version}.tar.gz @@ -30,7 +30,8 @@ dysków kontrolera Smart Array jak również MSA1000. %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --bindir=%{_sbindir} %{__make} %install @@ -45,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man8/* +%attr(755,root,root) %{_sbindir}/cciss_vol_status +%{_mandir}/man8/cciss_vol_status* -- 2.43.0