Skip to content

Commit

Permalink
tools: use %_pamdir if available
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel authored and martinpitt committed May 25, 2021
1 parent f77f608 commit 5f1e8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

%define __lib lib

%if 0%{?suse_version}
%define pamdir /%{_lib}/security
%if %{defined _pamdir}
%define pamdir %{_pamdir}
%else
%define pamdir %{_libdir}/security
%endif
Expand Down

0 comments on commit 5f1e8ea

Please sign in to comment.