install pkgconfig files correctly
This commit is contained in:
parent
0c22cf36ed
commit
3c15bc4fee
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ pushd %{buildroot}
|
|||
rm -f .%{gem_extdir_mri}/{gem_make.out,mkmf.log}
|
||||
popd
|
||||
|
||||
# move pkgconfig file
|
||||
mkdir %{buildroot}%{_libdir}/pkgconfig
|
||||
install -cpm 644 ./%{_libdir}/pkgconfig/*.pc \
|
||||
%{buildroot}%{_libdir}/pkgconfig/
|
||||
|
||||
# Cleanups
|
||||
pushd %{buildroot}
|
||||
rm -rf .%{gem_instdir}/ext/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue