Use make_install macro
This commit is contained in:
parent
49f90fa917
commit
04e8a8ff67
@ -43,7 +43,7 @@ make %{?_smp_mflags} V=1
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
%make_install
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
@ -73,6 +73,7 @@ make check %{?_smp_mflags} V=1
|
||||
%changelog
|
||||
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.6.4-1
|
||||
- Update to 1.6.4
|
||||
- Use make_install macro
|
||||
|
||||
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.6.2-1
|
||||
- Update to 1.6.2
|
||||
|
Loading…
Reference in New Issue
Block a user