]> git.pld-linux.org Git - packages/bitbake.git/blobdiff - bitbake.spec
automatic change: use py_build/py_install macros
[packages/bitbake.git] / bitbake.spec
index 43f66dd3f02016d286a52184aa7629f9b83a654f..25f5ffc9f56d1ba9e2cee060bd9a37af973bcfe5 100644 (file)
@@ -70,11 +70,11 @@ Dokumentacja do %{name}.
 sed -i -e 's@#!/bin/sh[[:space:]]@#!/bin/bash @' lib/bb/build.py
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
+%py_install \
        --prefix=%{_prefix} \
        --root=$RPM_BUILD_ROOT
 
This page took 0.084309 seconds and 4 git commands to generate.