cleanup spec file

Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2015-04-29 09:56:26 -05:00
parent 3810ff8f2f
commit aae4d82ecc

View File

@ -61,8 +61,6 @@ sacrificing security or stability.
%prep %prep
%setup -q %setup -q
cp Makefile.inc Makefile.inc.ORG
%{__sed} 's|/usr/local|/%{_usr}|' Makefile.inc.ORG > Makefile.inc
%build %build
make %{_smp_mflags} make %{_smp_mflags}
@ -70,7 +68,7 @@ make %{_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make install DESTDIR=%{buildroot} PREFIX=/usr make install DESTDIR=%{buildroot}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}