Fixed libdir path in pkg-config file.

This commit is contained in:
Vitaly Zaitsev 2020-09-12 16:10:27 +02:00
parent 015c548fba
commit e9a43ed023
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -32,6 +32,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%prep
%autosetup -n %{intname}-%{version}
sed -e '/get_git_version/d' -i CMakeLists.txt
sed -e 's@/lib@/%{_lib}@g' -i CMakeLists.txt
%build
%cmake -G Ninja \