]> git.pld-linux.org Git - packages/python.git/commitdiff
- uname -m instead of target_cpu
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jul 2010 20:58:01 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python.spec -> 1.371

python.spec

index 49f1bd897e24d74923346cce17e454d930a09c45..55aa95f9c8fe005806e37aadab8cbe9aac453ea7 100644 (file)
@@ -590,7 +590,7 @@ export LC_ALL
 %if %{with tests}
 %{__make} -j1 test \
        TESTOPTS="%{test_flags} %{test_list}" \
-       TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:`pwd`/build/lib.linux-%{_target_cpu}-%{py_ver} ./python -tt"
+       TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:`pwd`/build/lib.linux-`uname -m`-%{py_ver} ./python -tt"
 %endif
 
 %install
This page took 0.033952 seconds and 4 git commands to generate.