Simplify make install invocation

%make_install macro already overrides INSTALL, no need to do it again in
the spec file.
This commit is contained in:
Kalev Lember 2021-08-25 17:23:31 +02:00
parent 706684fc10
commit afa0079e27

View File

@ -29,7 +29,7 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%make_build
%install
%make_install INSTALL="install -p -c"
%make_install
find %{buildroot} -name '*.la' -delete -print
%files