Skip to content

Commit

Permalink
Update prefix to include /usr/
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-carson authored Sep 15, 2024
1 parent 9d404a6 commit 675f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SLiM.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cd %_vpath_builddir

%install
%if 0%{?rhel} == 8
cmake --install %_vpath_builddir --prefix %{buildroot}
cmake --install %_vpath_builddir --prefix %{buildroot}/usr
%else
%cmake_install
%endif
Expand Down

0 comments on commit 675f78f

Please sign in to comment.