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:
parent
706684fc10
commit
afa0079e27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user