Use make_install macro
This commit is contained in:
parent
83fea3f5a3
commit
1e1d1d4c9c
@ -72,11 +72,11 @@ popd
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
%if !0%{?rhel}
|
||||
pushd %{py3dir}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
popd
|
||||
|
||||
# Fix up the shebang for python3 example
|
||||
@ -103,6 +103,7 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
%changelog
|
||||
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.17.90-1
|
||||
- Update to 2.17.90
|
||||
- Use make_install macro
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user