Set installation root correctly.

This commit is contained in:
Ryan Curtin 2022-05-30 23:31:27 +00:00
parent 664c9a6dbd
commit e9e55f6ad9
1 changed files with 1 additions and 7 deletions

View File

@ -83,13 +83,7 @@ make
%install
make install
%check
cmake -DBUILD_SMOKE_TEST=ON
make -C "%{_vpath_builddir}"
ctest
make install DESTDIR=$RPM_BUILD_ROOT
%if (0%{?rhel} && 0%{?rhel} <= 7)