X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plnode-utils-lxc.spec;h=83e933e58c09d5098eae72eafd0099edabac4427;hb=6fb0a3abba3dd1d9f72ed0aa6f913d9037bd572f;hp=cfb13ec334672efcddf4c096c16b773dca32b238;hpb=bfd20f8b235c56039fda4caa01d066d096674b42;p=plnode-utils.git diff --git a/plnode-utils-lxc.spec b/plnode-utils-lxc.spec index cfb13ec..83e933e 100644 --- a/plnode-utils-lxc.spec +++ b/plnode-utils-lxc.spec @@ -33,16 +33,16 @@ This python package provides utilities like bwlimit, used in various places on a # xxx fixme # this is where we chose which flavour of bwlimit gets shipped cp plnode/bwlimit_lxc.py plnode/bwlimit.py -python setup.py build +/usr/bin/python setup.py build %install -python setup.py install --skip-build --root "$RPM_BUILD_ROOT" +/usr/bin/python setup.py install --skip-build --root "$RPM_BUILD_ROOT" %clean rm -rf $RPM_BUILD_ROOT %files %{python_sitelib}/* -%{_bindir} +%{_bindir}/* %changelog