mirror of
https://github.com/sneexy-boi/copr.git
synced 2025-07-06 23:55:30 +02:00
use %{_libdir} instead of %{_lib}
This commit is contained in:
parent
f0bd3c2ad7
commit
b5eac97d93
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ fingerprint readers access.
|
|||
%meson_install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
||||
|
||||
#rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/security/pam_fprintd.{a,la,so.*}
|
||||
|
||||
# Remove daemon files:
|
||||
rm -f $RPM_BUILD_ROOT/%{_libexecdir}/fprintd
|
||||
|
@ -97,7 +97,7 @@ fi
|
|||
|
||||
%files pam
|
||||
%doc pam/README
|
||||
/usr/lib64/security/pam_fprintd.so
|
||||
%{_libdir}/security/pam_fprintd.so
|
||||
%{_mandir}/man8/pam_fprintd.8.gz
|
||||
|
||||
%files devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue