Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #39582 from daniviga/rpm-build
[RPM] Make spec file compatible with Fedora 33
  • Loading branch information
m-kuhn committed Oct 24, 2020
2 parents a720a18 + d0a3a8f commit 012ae4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/qgis.spec.template
Expand Up @@ -255,12 +255,12 @@ gzip ChangeLog
%{configure_with_sha} \
.

make %{?_smp_mflags}
%cmake_build

%install
# Necessary for the test suite
#export LD_LIBRARY_PATH=%{_builddir}%{name}-%{version}/output/%{_lib}
make install DESTDIR=%{buildroot}
%cmake_install

# Install MIME type definitions
install -d %{buildroot}%{_datadir}/mime/packages
Expand Down

0 comments on commit 012ae4e

Please sign in to comment.