ThirdParty: some fixing and correcting a typo
This commit is contained in:
parent
91628f4ff6
commit
f9cdbd511e
1 changed files with 2 additions and 5 deletions
7
ThirdParty/rpmBuild/SPECS/mpfr-3.0.0.spec
vendored
7
ThirdParty/rpmBuild/SPECS/mpfr-3.0.0.spec
vendored
|
@ -103,7 +103,7 @@ Group: Development/Tools
|
|||
make -j $WM_NCOMPPROCS
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOTbg
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
# Creation of OpenFOAM specific .csh and .sh files"
|
||||
|
@ -154,8 +154,5 @@ rm -rf %{buildroot}
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_installPrefix}/etc
|
||||
%{_installPrefix}/include
|
||||
%{_installPrefix}/lib
|
||||
%{_installPrefix}/share
|
||||
%{_installPrefix}
|
||||
|
||||
|
|
Reference in a new issue