Use make_install macro
This commit is contained in:
parent
8ad4a66ae7
commit
0137a54523
@ -107,7 +107,7 @@ the functionality of the installed clutter package.
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
%make_install
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
@ -143,6 +143,7 @@ find %{buildroot} -name '*.la' -delete
|
||||
%changelog
|
||||
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.4-2
|
||||
- Re-enable parallel make
|
||||
- Use make_install macro
|
||||
|
||||
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1
|
||||
- Update to 1.23.4
|
||||
|
Loading…
Reference in New Issue
Block a user